Base URL
/api.
Authentication
All API requests require an API key in thex-api-key header. Generate one from the Orova dashboard.
Response format
All responses are JSON. Successful responses return the data directly. Errors return:Common status codes
| 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 |
Pagination
List endpoints support pagination:| Parameter | Default | Description |
|---|---|---|
page | 1 | Page number |
limit | 10 | Items per page (max varies by endpoint) |

