Authentication
Every request must include credentials as one of the following HTTP headers:
| Method | Header |
|---|---|
| API Key | X-API-Key: <your_api_key> |
| API Key (alternative) | Authorization: ApiKey <your_api_key> |
If credentials are missing or invalid, the API responds with
401 Unauthorized.