Make your first API call
1
Create an account
Sign up at dashboard.audioshake.ai. You’ll get 10 free credits to start building immediately.
2
Create an API key
In the dashboard, go to Settings > API Keys and click Create new key. Copy and store the key — you will not be able to view it again.
3
Create your first Task
A Task runs one or more models against a media source. This example separates a track into vocals and instrumental:Save the
id from the response.4
Check Task status
Tasks process asynchronously. Poll until each target’s Each completed target includes an
status is completed or error:output array with download links.Output download links expire after one hour. Download and store files in your own storage.
Using a local file
Upload your file first with Upload File, then use the returnedassetId instead of url:
What’s next?
Models
Browse all available models.
Instrument Separation
Isolate vocals, drums, bass, and more.
Webhooks
Get notified when targets complete instead of polling.
API Reference
Full endpoint reference.