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"
}'
Generate video from reference images (SSE streaming)
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"
}'
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"
}'