The Kuaishou Kling series is renowned for its strong performance and robust capabilities in camera control and editing, 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. Video editing supports controlled modifications, redrawing, and extension of the original video, reducing the cost of re-generation. The real-time inference API delivers stable performance with no waiting time and is affordably priced.
0 of 4

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-video-edit' \
--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}"