Complete reference for all Seizn API error codes with resolution guides
Showing 8 of 8 error codes
All Seizn API errors follow a consistent format with helpful debugging information:
{
"error": {
"code": "AUTH_INVALID_KEY",
"message": "Invalid API key",
"trace_id": "trc_abc123xyz",
"request_id": "req_456def",
"suggested_fix": "Check your API key in Dashboard...",
"docs_url": "https://seizn.com/docs/api/authentication"
}
}Always include the trace_id when contacting support for faster resolution.
Errors related to API keys and authentication
AUTH_MISSING_KEYHTTP 401Missing API Key
Suggested Fix: Add x-api-key header with your API key
AUTH_INVALID_KEYHTTP 401Invalid API Key
Suggested Fix: Check your API key in Dashboard → API Keys
AUTH_EXPIRED_KEYHTTP 401Expired API Key
Suggested Fix: Generate a new API key from the dashboard
Errors related to rate limiting and quotas
RATE_LIMITEDHTTP 429Rate Limited
Suggested Fix: Implement exponential backoff (1s → 2s → 4s)
QUOTA_EXCEEDEDHTTP 429Quota Exceeded
Suggested Fix: Upgrade your plan or wait for quota reset
Errors related to invalid request format or data
INVALID_INPUTHTTP 400Invalid Input
Suggested Fix: Check request body against API documentation
Errors related to resources not found
NOT_FOUNDHTTP 404Not Found
Suggested Fix: Verify the resource ID exists and is accessible
Unexpected server errors
INTERNAL_ERRORHTTP 500Internal Error
Suggested Fix: Retry the request; contact support if it persists
Cookies and tracking
We use cookies for sign-in and a few optional analytics services. You can opt out of anything that is not strictly necessary. See our Privacy Policy.