Base URL
Authentication
All API requests require an API key passed in theAuthorization header:
Request format
All request bodies must be JSON withContent-Type: application/json.
Response format
All responses are JSON. Successful responses return adata object. Errors return an error object:
HTTP status codes
Rate limits
Rate limit headers are included in every response:
Pagination
List endpoints return paginated results using cursor-based pagination:cursor=cur_abc123 as a query parameter to get the next page.
SDKs
The Nometria API is a REST API — use it with any HTTP client. Node.js example:API endpoints
Migrations
Create, list, and check the status of migrations
Deployments
Trigger, list, and rollback deployments