Flow Music
Download Audio
Flow Music exports a clip as an audio file in the specified format (wav / mp3)
POST
Authentication
All endpoints require Bearer Token authenticationGet your API Key:Visit the API Key management page to get your API KeyAdd it to the request header:
Request Parameters
Model name, must be
"flowmusic" (case-insensitive)clip_id of the music to download, from a successful task’s
result.music[].clip_idDownload formatOptions:
mp3- Lossy compression, smaller file sizewav- Lossless, suitable for post-production
Response
Response status code, 200 on success
Array of returned data
Use Cases
Scenario 1: Export lossless wav
Query Task ResultsAudio download is an asynchronous task; a
task_id is returned after submission. Use the Get Task Status endpoint to query generation progress and results. The result is always in result.music[0].audio_url (url has the same value); the format / mime_type fields indicate the actual format.Completed Task Result Example
Query response example (GET /v1/music/tasks/{task_id}):