Common Vinci API errors and robust handling patterns for Python and JavaScript.
Status | Meaning | Suggested action |
---|---|---|
400 | Bad request | Validate payload and types |
401 | Invalid API key | Fix Authorization header |
402 | Insufficient balance | Add credits, pre-check balance |
413 | Payload too large | Reduce file size or duration |
429 | Rate limit exceeded | Backoff and retry |
500 | Server error | Retry with exponential backoff |