Skip to main content

Standard Error Codes

CodeDescriptionSolution
0000SuccessThe API request completed successfully.
0001 / 0003Incorrect ParametersVerify all request parameters against the API documentation.
0401Invalid AuthorizationAPI key is invalid or missing. Re-acquire your key.
0402Insufficient PointsDeposit more credits or contact sales.
0403Developer Account DisabledContact support for resolution.
0409Duplicate RequestThe operation (e.g., delete video) cannot be repeated.
0429Rate Limit ExceededToo many requests. Wait and retry later.
9009Permission DeniedIssue with API key validity.

HTTP Status Codes

  • 200 OK: Success.
  • 400 Bad Request: Invalid payload or missing fields.
  • 401 Unauthorized: Authentication failure.
  • 429 Too Many Requests: Rate limit exceeded.
  • 500 Internal Server Error: Server-side issue.

Video Statuses

  • PARSE: Processing successful.
  • UNPARSE: Processing pending or in progress.
  • PARSE_ERROR: Processing failed (check video encoding).