Skip to main content
The AudioShake API allows 60 requests per second. Requests that exceed the limit receive a 429 Too Many Requests response.

Handling rate limits

  • Add exponential backoff to your retry logic
  • Batch multiple model targets into a single Create Task request instead of making separate calls
  • Use webhooks instead of polling to reduce unnecessary requests