Skip to content

Error Handling

The API returns standard HTTP status codes along with JSON error responses.

Example Response:

{
"error": "Invalid API key",
"code": 401
}