Get Music Task Details
GET/api/v1/generate/record-info
Retrieve detailed information about a music generation task.
Usage Guide
- Use this endpoint to check task status and access generation results
- Task details include status, parameters, and generated tracks
- Generated tracks can be accessed through the returned URLs
Status Descriptions
PENDING
: Task is waiting to be processedTEXT_SUCCESS
: Lyrics/text generation completed successfullyFIRST_SUCCESS
: First track generation completedSUCCESS
: All tracks generated successfullyCREATE_TASK_FAILED
: Failed to create taskGENERATE_AUDIO_FAILED
: Failed to generate audioCALLBACK_EXCEPTION
: Error during callback processSENSITIVE_WORD_ERROR
: Content filtered due to sensitive words
Developer Notes
- For instrumental tracks (
instrumental=true
), no lyrics data will be included - Maximum query rate: 3 requests per second per task
- Response includes direct URLs to audio files, images, and streaming endpoints
Request
Responses
- 200
- 500
Request successful
Server Error