x-api-key header.
Creating an API key
- Sign in to the AudioShake Dashboard
- Go to Settings > API Keys
- Click Create new key
- Copy and store the key — you will not be able to view it again
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🎉 A new version of Multi-Voice is here — see what's new
Authenticate requests to the AudioShake API
x-api-key header.
curl -X GET "https://api.audioshake.ai/tasks" \
-H "x-api-key: your_api_key"
Was this page helpful?