Home/Kling 2.5 Turbo Text to Video
Kling

Kling 2.5 Turbo Text to Video

Video
模型 API 文档

Kling 2.5 Turbo text-to-video model generates high-quality videos from text prompts with natural motion and smooth scene dynamics. Supports 5-second and 10-second durations.

0 / 2000
Pending
空状态

设置参数并点击生成以获取结果

请求 JSON

{}

API

提交任务

curl --location --request POST 'https://api.novita.ai/v3/async/kling-2.5-turbo-t2v' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${API_KEY}" \
--data-raw '{}'

查询结果

curl --location --request GET "https://api.novita.ai/v3/async/task-result?task_id
=${task_id}" \
--header "Authorization: Bearer ${API_KEY}"