QW Music API
This is the QW Music API overview page. QW Music is a passthrough interface for DashScope’s official music generation model, with request/response bodies and paths fully consistent with the official API. The gateway only handles authentication and billing; everything else is passed through as-is.What QW Music API can do
- Generate music via Submit music generation task (supports text-to-music, custom lyrics, reference audio cover/remix)
- Query task status and get audio via Query task result
Common Endpoints
Recommended Workflow
- Call Submit music generation task to submit a generation request.
- Call Query task result to check task status and get the audio URL.