Introduction to the Anesya API (0.8.1)
Welcome to the official Anesya API documentation.
This API allows you to interact with Anesya’s backend to create smart document extractions and retrieve structured data from them.
To start using the Anesya API, you first need to create an API token.
The API is secured using an API authentication token, which must be included in the Authorization header of each request.
Authorization: <YOUR_API_KEY>📌 Important: Do not share your tokens and never commit them to GitHub.
You can create your token on this page of the Anesya App. Each token has a defined lifetime: 1m, 3m, 6m, or inf (unlimited).
The API is accessible at the following environment:
https://api.anesya.app/
📌 Important: Always include a trailing
/at the end of each API URL.
| HTTP Code | Description |
|---|---|
200 | Everything worked fine |
201 | Resource successfully created |
202 | Resource accepted but not ready |
400 | Missing or invalid fields |
401 | Missing or invalid token |
403 | Insufficient credits |
404 | Resource not found |
Need help? Contact us at support@anesya.app.
Happy integrating!
https://api.anesya.app/