curl -X POST https://www.anyfast.ai/v1/videos \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "sora-2", "prompt": "A cat sitting by a window watching rain", "image_url": "https://example.com/cat.png", "private": true }'
{ "id": "video_xxx", "status": "queued" }
Generate video in private mode with optional image input
private
true
sora-2
sora-2-pro