Skip to main content

Limits

Rate limits vary by workspace type:
Pricing is usage-based. There are no plan tiers - everyone gets the same limits. Contact support if you need higher limits for planned traffic spikes.

Response headers

Every response includes rate limit information:

Handling 429 errors

When you exceed rate limits, you’ll receive a 429 Too Many Requests response:
Implement exponential backoff when retrying:
Repeatedly exceeding rate limits may result in temporary API access suspension.

Best practices

  • Cache responses - Reduce API calls by caching data that doesn’t change frequently
  • Use webhooks - Subscribe to events instead of polling for updates
  • Batch operations - Use list endpoints instead of fetching items individually
  • Monitor headers - Track X-RateLimit-Remaining to avoid hitting limits

Need higher limits?

Contact help@voyantcloud.com with your workspace ID and expected traffic volume. We’ll coordinate capacity ahead of time.