Skip to main content
GET
/
vendors
/
kling
/
v1
/
videos
/
text2video
/
{task_id}
Get Text to Video Task
curl --request GET \
  --url https://api.mulerun.com/vendors/kling/v1/videos/text2video/{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"
  }
}
Most of the parameters of this API are compatible with Kling’s format. Please refer to Kling’s official documentation for more details.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required

Response

200 - application/json

Message object.

videos
string<uri>[]

URL of the generated video

Example:
[
"https://mulerouter.muleusercontent.com/public/079c5ad5-3b81-4eee-af06-4d85029899d0/result_000.mp4"
]
task_info
object