Home/Kling v3.0 Pro Text-to-Video
Kling

Kling v3.0 Pro Text-to-Video

Video
Model API docs

Kling v3.0 Pro Text-to-Video generates high-quality videos from text prompts with natural motion and smooth scene dynamics. Supports flexible duration from 3 to 15 seconds, audio-video co-generation, and multi-shot video generation.

0 / 2000
Pending
Empty state

Set parameters and click Generate to get results

Request JSON

{}

API

Submit task

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

Query result

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