Skip to main content

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 processed
  • TEXT_SUCCESS: Lyrics/text generation completed successfully
  • FIRST_SUCCESS: First track generation completed
  • SUCCESS: All tracks generated successfully
  • CREATE_TASK_FAILED: Failed to create task
  • GENERATE_AUDIO_FAILED: Failed to generate audio
  • CALLBACK_EXCEPTION: Error during callback process
  • SENSITIVE_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

Request successful