documentationUrl field in error responses points at https://docs.supadata.ai/errors/<error-code>.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A comprehensive list of all possible error codes you might encounter when using the Supadata API.
documentationUrl field in error responses points at https://docs.supadata.ai/errors/<error-code>.
| Error Code | Description | HTTP Status |
|---|---|---|
| Invalid Request | The request is invalid or malformed | 400 |
| Unauthorized | The request is unauthorized. Please check your API key | 401 |
| Upgrade Required | This feature is not available on your current plan | 402 |
| Forbidden | Access to this resource is forbidden | 403 |
| Not Found | The requested item could not be found | 404 |
| Limit Exceeded | You have exceeded the allowed request rate or quota limits | 429 |
| Transcript Unavailable | No transcript is available for this video | 206 |
| Internal Error | An internal server error occurred | 500 |
{
"error": "error-code",
"message": "Human readable error message",
"details": "Detailed explanation of the error",
"documentationUrl": "https://docs.supadata.ai/errors/<error-code>"
}
Was this page helpful?