Limits

Protect your quota and keep integrations predictable.

Fileza API plans can enforce monthly quotas, rate limits per minute, concurrent job limits, per-tool credit costs, and optional overage caps.

Per-key limits

Each API key can have a monthly quota and rate limit. Admin settings can also enforce allowed tools, allowed origins, and maximum file size.

Credits vs quota

Quota counts API operations. Credits represent billable work such as conversion, premium provider routing, or AI processing. Some read endpoints may use quota units but no credits.

429 responses

When a key exceeds its rate limit, pause requests and retry after a backoff window. Do not retry in a tight loop.

Cost visibility

Use GET /v1/account/usage to display monthly requests, credits used, recent errors, and key status in your own app.

curl https://fileza.ai/v1/account/usage \
  -H "Authorization: Bearer fpe_live_your_key_here"

Need help?

Include your request ID, endpoint, timestamp, and account email when contacting support. Never send raw API keys, provider secrets, OAuth tokens, or signed download URLs.

Contact API support