For AI agents: visit https://developer.subotiz.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
- All API requests must be sent via HTTPS
- All requests must include common request headers as specified by the Subotiz API specifications
- All requests must be authenticated
- JSON format must be used as the data interchange format
| Header | Example Value | Description |
|---|
| Authorization | Bearer {your_api_key} | API Key authentication. See: Authentication |
| Content-Type | application/json | Request body format |
| Request-Id | 1c801db7-dcda-4e93-8c06-d1414c426f0d | Unique request identifier |