{ "error": "ValidationError", "message": "source_lang is required" }
Understanding API errors and how to handle them
{ "error": "UnauthorizedError", "message": "Invalid API key" }
Authorization: Bearer YOUR_API_KEY
{ "error": "PaymentRequiredError", "message": "Insufficient balance for this project" }
{ "error": "VideoInfoError", "message": "Unable to process the provided video URL" }
{ "error": "NotFoundError", "message": "Project not found" }
{ "error": "RateLimitError", "message": "Rate limit exceeded. Please try again later" }
X-RateLimit-Limit: 100 X-RateLimit-Remaining: 0 X-RateLimit-Reset: 1640995200