Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
Request Code Samples
curl --location --request GET '/kling/v1/videos/text2video/827996385395363846' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '// {
// "task_id": "kling-v1825380683199176793", // 文生视频的任务ID 请求路径参数,直接将值填写在请求路径中,与external_task_id两种查询方式二选一
// "external_task_id": "", // 文生视频的自定义任务ID 创建任务时填写的external_task_id,与task_id两种查询方式二选一
// }'
Responses
application/json
Modified at 2026-05-02 07:40:16