Skip to main content

Tiers

API usage is governed by tier-based, endpoint-specific rate limits.

Free Tier

Default limits apply upon registration.

Pro Tier

Higher default limits apply. For Pro tier partners, limits can be adjusted per agreement. Tier upgrades are handled manually.
Contact the Houdini team through the Partner Portal to request an upgrade.

Endpoint Limits

Rate limits are enforced per endpoint.

Free Tier Limits

Pro Tier Limits

Rate Limit Enforcement

When rate limits are exceeded, the API will throw an error with HTTP status code 429:
Example:
Response Fields:
Best Practice: Implement exponential backoff when handling rate limit errors. Always respect the retryAfter value provided in the response.