{ "image_urls": [], "model": "sora-2", "orientation": "landscape", "size": "small", "duration": 10, "prompt": "cat running on the road", "action": "generate" }
curl --location --request POST 'https://api.yoy-ai.com/sora/videos' \ --header 'Authorization: Bearer asdasdasda9998fads' \ --header 'Content-Type: application/json' \ --data-raw '{ "image_urls": [], "model": "sora-2", "orientation": "landscape", "size": "small", "duration": 10, "prompt": "cat running on the road", "action": "generate" }'
{ "success": true, "task_id": "0a530d82-2c80-4e23-b313-8509105bf724", "trace_id": "6761e115-78dc-4a1e-bd62-77a14087d584", "data": [ { "id": "7878083d-7c35-4e7b-ae05-6ff04fabf3c8", "video_url": "https://cdn.sunohub.cn/suno/0a530d82-2c80-4e23-b313-8509105bf724.mp4", "edit_id": "s_6929468bd2e081918cc8752ad50cf277", "progress": 100, "created_at": "2025-11-28T06:49:40.051Z", "complete_at": "2025-11-28T06:52:05.170Z", "state": "succeeded" } ] }