Chuyển đến nội dung chính
POST
/
v1
/
veo
/
ingredients-to-video
curl -X POST https://genaipro.vn/api/v1/veo/ingredients-to-video \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "ingredients": ["base64_image_data"],
    "prompt": "Transform these images into a video"
  }'
Response trả về dạng Server-Sent Events (SSE).
curl -X POST https://genaipro.vn/api/v1/veo/ingredients-to-video \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "ingredients": ["base64_image_data"],
    "prompt": "Transform these images into a video"
  }'