Error Codes

The Inflectiv API uses standard HTTP status codes to indicate whether a request succeeded or failed. If a request fails, use the code below to understand the issue and how to fix it.


Common API errors

Code
Meaning
What it means
How to fix

401

Unauthorized

Missing or invalid API key

Check that your X-API-Key header is included and correct

402

Insufficient credits

Not enough credits to perform the action

Add credits or reduce usage before retrying

403

Access denied

You don’t have permission to access this resource or feature

Check dataset ownership, API key scope, or upgrade your plan

404

Resource Not Found

The requested resource does not exist

Verify the endpoint, dataset ID, agent ID, or file ID

429

Too Many Requests

You exceeded your rate limit

Wait and retry, or upgrade your plan for higher limits

500

Internal Server Error

Something went wrong on Inflectiv’s side

Retry the request. If the issue continues, contact support

Last updated