curl -X POST https://genaipro.vn/api/v1/veo/frames-to-video \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "frames": ["base64_image_data"] }'
Generate video from frames/images (SSE streaming)