The Kuaishou Kling series is renowned for its strong performance and extensive camera control and editing capabilities, making it ideal for short-form videos and marketing content. The Kling O1 offers reference-based generation and editing capabilities, enabling controlled modifications to the original video. Image-to-video generation supports driving motion and camera work using a single reference image, making it suitable for dance performances, product demonstrations, and stylistic extensions. The real-time inference API delivers stable performance with no waiting time and is affordably priced.
0/1 page

After setting the parameters, click "Generate" to get the results
Example
Request JSON
{}API
curl --location --request POST 'https://api.jiekou.ai/v3/async/kling-o1-i2v' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${API_KEY}" \
--data-raw '{}'curl --location --request GET "https://api.jiekou.ai/v3/async/task-result?task_id
=${task_id}" \
--header "Authorization: Bearer ${API_KEY}"