OverviewErrorsAsk a question|Copy page|View as Markdown|More actionsErrors The API uses standard HTTP status codes. Error responses include a JSON body: 1{2 "error": "Human-readable error message",3 "details": { }4} Common status codes CodeMeaning200Success201Created204Deleted (no body)400Bad request — check the error field for details401Unauthorized — missing or invalid API key403Forbidden — valid key but insufficient permissions404Not found — the resource doesn’t exist or you don’t have access409Conflict — e.g., duplicate resource422Validation error — request body didn’t match the schema429Rate limited — back off and retry500Internal server error — contact support if persistent