curl --request POST \ --url https://toapis.com/v1/videos/video_abc123def456/remix \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "grok-video-3", "prompt": "在场景中添加一只小狗", "aspect_ratio": "16:9" }'
{ "id": "video_remix_abc123", "object": "generation.task", "model": "grok-video-3", "status": "queued", "progress": 0, "created_at": 1768380224, "metadata": {} }
编辑和修改已生成的 Grok 视频
Authorization: Bearer YOUR_API_KEY
"grok-video-3"
16:9
9:16
generation.task
queued
in_progress
completed
failed