# API

This The EVE Platform includes the API Rest service. The user can access it by adding “:4003/doc/api/ “ to the url of the instance. (e.g., EVE.rthreat.eip.io:4003/doc/api/).

&#x20;

<figure><img src="/files/B2L2H8cL2obb0kLMzSPz" alt=""><figcaption></figcaption></figure>

All methods are listed, with the description, the parameters, and responses.

To use the API a token is required. The user can obtain a token utilizing the usersLogginPost method. Use the user email and the password on this method and the response will be information related to the user and the token. Use this token to perform operations with otherethods listed in the API REST service page.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reveald.com/technical-documentation/admin-guides/epiphany-validation-engine-users-guide/chapter-3-eve-platform/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
