v1
latestOpenAPI 3.1.02026-07-26793302.3 KBCreate a Kling text-to-audio task
Submit a text prompt and duration, then poll the returned task id through the generic Kling query route.
post/kling/v1/audio/text-to-audio
Request body
Response
Task accepted.
Example response
{
"code": 0,
"message": "SUCCEED",
"data": {
"task_id": "861254119619698760",
"task_status": "submitted",
"task_info": {},
"created_at": 1773367502225,
"updated_at": 1773367502225
}
}