v1
latestOpenAPI 3.0.02026-07-26355125.0 KBGet Lyrics Generation Details
get/api/v1/lyrics/record-info
Query parameters
taskIdstring required
The task ID returned from the Generate Lyrics endpoint. Used to retrieve detailed information about a specific lyrics generation task.
Response
Request successful
Example response
{
"code": 200,
"msg": "success",
"data": {
"type": "LYRICS"
}
}