Server Actions

The Eduction ACI server provides the following actions (case insensitive):

GetStatus Returns the status of the Eduction Server, including version information and entities selected for matching. See GetStatus.
EduceFromFile Performs Eduction on text (read from a file) and returns the matches.
EduceFromText Performs Eduction on text (provided in the request) and returns the matches.
RedactFromFile Performs Eduction on text (read from a file) and redacts the matches to return the redacted text.
RedactFromText Performs Eduction on text (provided in the request) and redacts the matches to return the redacted text.

For more information about these actions, and example responses, refer to the Eduction Server Reference.

For details of how to send an action, see Send Actions to Eduction.