Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.audioshake.ai/llms.txt

Use this file to discover all available pages before exploring further.

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