This error occurs when a component of the Unkey platform is temporarily unavailable or unable to process your request. Unlike an unexpected error, this is a known state where the system has detected that it cannot currently provide the requested service.Possible causes of this error:
Scheduled maintenance
High load or capacity issues
Dependent service outages
Regional infrastructure problems
Database overload or maintenance
Here’s an example of a request that might receive this error during a service disruption:
Copy
Ask AI
curl -X POST https://api.unkey.com/v1/keys.createKey \ -H "Content-Type: application/json" \ -H "Authorization: Bearer unkey_YOUR_API_KEY" \ -d '{ "apiId": "api_123abc", "name": "My API Key" }'