Skip to content

Get a free API key and start in minutes.

Free tier is for development & small projects.

API Response Format

All Apixies API endpoints return consistent JSON responses with standard HTTP status codes. This guide explains the response structure, error handling, and status codes you can expect.

All responses share the same envelope:

Success Example

{
  "status": "success",
  "http_code": 200,
  "code": "INSPECT_EMAIL_OK",
  "message": "Email inspection successful",
  "data": { /* … */ }
}

Error Example

{
  "status": "error",
  "http_code": 422,
  "code": "VALIDATION_FAILED",
  "message": "Invalid email address",
  "errors": { "email": ["The email must be valid."] }
}

We use cookies for analytics to understand how our site is used. Privacy Policy