ToolYour

ToolYour

API Docs

Errors

Common HTTP status codes for tool API calls and how to fix them.

Tool API errors

StatusCauseFix
401Missing, invalid, or revoked X-Api-KeyCreate a new key in the dashboard
403Tool blocked for your planUpgrade plan or contact support
429Monthly quota or per-minute rate limitCheck usage in the dashboard or upgrade your plan
413File too largeReduce upload size per tool limits
500Conversion or processing failedRetry; verify file format and payload
503Service temporarily unavailableRetry with backoff

Error body shape

Most errors return JSON:

{
  "message": "Human-readable description"
}

Quota errors may include extra fields:

{
  "message": "Monthly usage limit exceeded for this period",
  "type": "monthly_quota",
  "current": 500,
  "limit": 500
}

Need help?

Include the request path, status code, and message when contacting support. Do not share full API keys — use the key prefix only (ty_a1b2).

On this page