Rate Limits

Understand the rate limits and quotas that apply to the Audital API across different subscription tiers.

Default Limits

EndpointStarterProfessionalEnterprise
POST /v1/audit100/min1,000/min10,000/min
GET /v1/audit/*200/min2,000/min20,000/min
POST /v1/evidence/*20/min200/min2,000/min
GET /v1/verify/*Unlimited (public endpoint)
POST /v1/reports/*10/min50/min500/min

Rate Limit Headers

Every API response includes rate limit information in the response headers:

X-RateLimit-Limit: 1000

X-RateLimit-Remaining: 998

X-RateLimit-Reset: 1709312400

Exceeding Limits

When you exceed a rate limit, the API returns a 429 Too Many Requests response with a Retry-After header indicating when you can retry.

We recommend implementing exponential backoff in your integration. If you consistently need higher limits, contact us at contact@audital.ai to discuss Enterprise tier options.