Home / Kling v2.1 Text-to-Video
Kling

Kling v2.1 Master: Text-to-Video

Video
Model API Documentation

Kling v2.1 Master is a text-to-video model that generates high-quality videos based on text prompts. It supports video lengths of 5 and 10 seconds, as well as multiple aspect ratios.

0 / 2000
To be generated
Empty state

After setting the parameters, click "Generate" to get the results

Request JSON

{}

API

Submit Assignment

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

Search results

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