Get Lyrics Task Details
GET/api/v1/lyrics/record-info
Retrieve detailed information about a lyrics generation task.
Usage Guide
- Use this endpoint to check the status of a lyrics generation task
- Retrieve generated lyrics content once the task is complete
- Track task progress and access any error information if generation failed
Status Descriptions
PENDING
: Task is waiting to be processedSUCCESS
: Lyrics generated successfullyCREATE_TASK_FAILED
: Failed to create the taskGENERATE_LYRICS_FAILED
: Failed during lyrics generationCALLBACK_EXCEPTION
: Error occurred during callbackSENSITIVE_WORD_ERROR
: Content filtered due to sensitive words
Developer Notes
- Successful tasks will include multiple lyrics variations
- Each lyrics set includes both content and a suggested title
- Error codes and messages are provided for failed tasks
Request
Responses
- 200
- 500
Request successful
Server Error