Skip to main content
GET
Get Music Generation Task
Retrieve the status and result of a MiniMax Music 2.5 music generation task using the task_info.id returned from the POST request.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required

Response

200 - application/json

Task result

audio
string<uri> | null

Generated music file URL.

task_info
object