Authorization: Bearer ********************{
"images": [
"https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png",
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
],
"model": "sora-2",
"orientation": "portrait",
"prompt": "生成动画,旁白介绍说这是两匹骏马",
"size": "small"
}curl --location --request POST 'https://kkapi.me/v1/video/create' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"images": [
"https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png",
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
],
"model": "sora-2",
"orientation": "portrait",
"prompt": "生成动画,旁白介绍说这是两匹骏马",
"size": "small"
}'{
"id": "sora-2:task_01k716y4zve01b2pcvvmqzq79g",
"status": "pending",
"status_update_time": 1759903684502
}