Chuyển đến nội dung chính
POST
/
v1
/
veo
/
frames-to-video
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"]
  }'
Response trả về dạng Server-Sent Events (SSE).
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"]
  }'