You can access the in-app API reference at https://your-eac-domain/api/doc.
Below is a quick summary of the main actions and their HTTP methods.

| Action | Description | Method |
|---|---|---|
| Get the application version | GET | |
| Login check | Enter your EAC login credentials to receive a JWT Token. The token is needed to use the API’s other actions | POST |
| Get execution task | GET | |
| Check if a task has an execution in progress | GET | |
| Start a task on a server | POST | |
| Start a task on this server | POST | |
| Stop an execution task | POST | |
| Encrypt Data | Enter data you would like to encrypt as key/value pairs, the API’s response will contain encrypted data. You can encrypt multiple data at once. | POST |
For paths, parameters, and response schema, refer to the in-app documentation at the address above.
