{ "prompt": "小猫在游泳.", "model": "grok-imagine-video", "duration": 6, "aspect_ratio": "2:3", "resolution": "720P" }
curl --location --request POST 'https://api.yoy-ai.com/grok/videos' \ --header 'Authorization: Bearer asdasdasda9998fads' \ --header 'Content-Type: application/json' \ --data-raw '{ "prompt": "小猫在游泳.", "model": "grok-imagine-video", "duration": 6, "aspect_ratio": "2:3", "resolution": "720P" }'
{ "success": true, "task_id": "6240d93a-d8d2-449b-b2ff-51e121c4cffa", "trace_id": "f3f264af-6ff7-4361-b99f-80ed65e03628", "data": [ { "id": "xai-9c702505-630d-4369-a3b4-76b2e785c4d5", "video_url": "https://cdn.sunohub.cn/suno/6240d93a-d8d2-449b-b2ff-51e121c4cffa.mp4", "created_at": "2026-03-16T16:08:54.309Z", "complete_at": "2026-03-16T16:10:05.042Z", "state": "succeeded" } ] }