Base URL
/api.
Authentication
All API requests require an API key in thex-api-key header. Generate one from the Orova dashboard.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Orova REST API reference
https://app.orova.ai/api
/api.
x-api-key header. Generate one from the Orova dashboard.
curl https://app.orova.ai/api/agents \
-H "x-api-key: YOUR_API_KEY"
{
"statusCode": 400,
"message": "Error description",
"error": "Bad Request"
}
| Code | Description |
|---|---|
200 | Success |
201 | Created |
400 | Bad request — check your parameters |
401 | Unauthorized — invalid or missing API key |
402 | Payment required — insufficient credits |
403 | Forbidden — no access to this resource |
404 | Not found |
500 | Server error |
| Parameter | Default | Description |
|---|---|---|
page | 1 | Page number |
limit | 10 | Items per page (max varies by endpoint) |
Was this page helpful?
