Skip to Content
API ReferenceError-codes

Error codes

This guide lists the error codes you may encounter from the API and describes their causes and recommended fixes.

CodeReasonResolution
400Request parameters are invalid. Common causes:
1. Image cannot be downloaded
2. Image count exceeds the limit
3. The model does not support video input
4. Model does not exist or you lack permission
5. Parameter value is invalid
Check the docs and pass the parameters correctly.
401Invalid authenticationMake sure you are using the correct API key.
402Insufficient balanceAdd funds to your account.
404Incorrect request pathUpdate the request path per the docs.
429Resource or rate limit exceeded, usually because requests are too frequentRetry after a short delay.
451The request or response content failed reviewModify the request and try again.
500Server-side issue on our endRetry shortly; contact us if it persists.
503Server is currently overloadedRetry after a short delay.
Last updated on