curl --request POST \
--url https://api.jiekou.ai/v3/async/kling-o1-video-edit \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"video": "<string>",
"images": [
{}
],
"prompt": "<string>",
"fast_mode": true,
"aspect_ratio": "<string>",
"keep_original_sound": true
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.jiekou.ai/v3/async/kling-o1-video-edit \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"video": "<string>",
"images": [
{}
],
"prompt": "<string>",
"fast_mode": true,
"aspect_ratio": "<string>",
"keep_original_sound": true
}
'{
"task_id": "<string>"
}这是一个异步 API,仅返回异步 task_id。你需要使用 task_id 调用任务结果查询 API 获取生成结果。Documentation Index
Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
Use this file to discover all available pages before exploring further.
application/json16:9, 9:16, 1:1