本文档由Thor提供,只用于测试。
star项目:https://github.com/AIDotNet/Thor
curl --location --request POST 'https://api.token-ai.cn/v1/video/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"images": [
"string"
],
"model": "string",
"orientation": "string",
"prompt": "string",
"size": "string",
"duration": 0
}'{
"images": [
"https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png",
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
],
"model": "sora-2",
"orientation": "portrait",
"prompt": "make animate",
"size": "large",
"duration":15
}