API Reference

Error Codes

Reference for all API error codes and how to handle them.

HTTP Status Codes

CodeMeaning
200Success
400Bad Request - Invalid parameters
401Unauthorized - Invalid API key
403Forbidden - Insufficient permissions
404Not Found - Endpoint doesn't exist
429Too Many Requests - Rate limited
500Server Error - Try again later

Error Response Format

{
  "error": "invalid_email",
  "message": "The email address format is invalid",
  "code": "E1001",
  "details": {
    "field": "email",
    "value": "not-an-email"
  }
}

Common Error Codes

CodeErrorSolution
E1001invalid_emailCheck email format
E1002missing_emailInclude email in request
E2001insufficient_creditsAdd more credits
E2002quota_exceededUpgrade your plan
E3001file_too_largeReduce file size

Was this article helpful?

Still need help?

Can't find what you're looking for? Our support team is here to assist you.

Contact Support