curl --location '/v1/videos' \ --header 'Authorization: {{YOUR_API_KEY}}' \ --form 'prompt="在水里游泳"' \ --form 'model="sora-2"' \ --form 'seconds="10"' \ --form 'size="720x1280"' \ --form 'input_reference=@"cmMtdXBsb2FkLTE3NjA4NTUzODg2NTAtMg==/111.png"'
{ "id": "video_a4d01f08-7806-475c-b735-4e5d8239aa33", "object": "video", "model": "sora-2", "status": "queued", "progress": 0, "created_at": 1766680700, "seconds": "10", "size": "720x1280" }