Overview
Adminest exposes a REST API for managing your documents, tasks, categories, and AI conversations programmatically. The API is the same one the Adminest web app uses, so anything you can do in the UI you can also automate.Authentication
Auth0 OAuth 2.0 access tokens
REST + JSON
Predictable URLs, JSON request/response
Production base URL
https://adminest-backend.delightfulpebble-f95388de.eastus.azurecontainerapps.ioCategories endpoint
The new V2 endpoints — including PUT
/api/categories/:idAuthentication
Every endpoint requires a valid Auth0 access token. Pass it in theAuthorization header:
https://auth0.adminest.com/ and have an audience of https://adminest-api. See your Auth0 dashboard for details on requesting tokens for your own clients.
Rate limits
| Bucket | Limit |
|---|---|
| General API | 5,000 requests per 15 minutes per user |
| Security API | 1,000 requests per 15 minutes per user |
429 Too Many Requests with a Retry-After header.
Error format
Errors return a consistent JSON shape:Available endpoints
Categories
Manage the colour and emoji of your document/task categories. Includes the new V2 PUT endpoint.
