v1
latestOpenAPI 3.1.02026-07-267724480.0 KBCreate a Kling image-to-video task
Submit one source image and receive a task id for later polling.
post/kling/v1/videos/image2video
Request body
Response
Task accepted.
Example response
{
"code": 0,
"message": "success",
"data": {
"task_id": "2032273942220931072",
"task_status": "submitted",
"task_info": {},
"created_at": 1773366840306,
"updated_at": 1773366840306
}
}