Flow Music
Query Task
Query the execution status, progress, and generated results of Flow Music asynchronous tasks
GET
Authentication
All Flow Music endpoints require Bearer Token authenticationGet your API Key:Visit the API Key Management Page to get your API KeyAdd it to the request header:
Path Parameters
The task ID returned after submitting a Flow Music task
The task ID comes from
data[0].task_id in the submission response.Query Parameters
Language for error messages and some prompt textsAllowed values:
zh, en, ja, koResponse Fields
Response status code, 200 on success
Task details
Result Structure
Music Tasks
Music generation, extension, section replacement, cover rearrangement, stem separation, audio upload, audio download, and video rendering usually return aresult.music array.
Lyrics Tasks
Lyrics generation returns aresult.lyrics array.
Usage Notes
All Flow Music submission endpoints are asynchronous tasks. After a successful submission, first obtain the
task_id, then call this endpoint to poll the task status; when status is completed, read the generated results from result.