cURL
curl --request GET \ --url https://api.mulerun.com/vendors/kling/v1/videos/image2video/{task_id} \ --header 'Authorization: Bearer <token>'
{ "videos": [ "https://mulerouter.muleusercontent.com/public/079c5ad5-3b81-4eee-af06-4d85029899d0/result_000.mp4" ], "task_info": { "id": "8e1e315e-b50d-4334-a231-be7d19a372f4", "status": "completed", "created_at": "2025-09-21T00:00:00.000Z", "updated_at": "2025-09-21T00:00:00.000Z" } }
Get Image to Video Task
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Message object.
URL of the generated video
[ "https://mulerouter.muleusercontent.com/public/079c5ad5-3b81-4eee-af06-4d85029899d0/result_000.mp4"]
Show child attributes