Base URL

All API requests are made to:
If you are using the hosted version, the base URL is https://api.eesi.ai/v1.

Versioning

The current API version is v1. The version is included in the URL path.

Request format

All request bodies must be sent as JSON with the Content-Type: application/json header.

Response format

All responses are JSON. Successful responses return the relevant resource object. Error responses follow a consistent shape:
For validation errors (422), the detail may be a list:

Health check

Verify your instance is reachable before making API calls.