curl -X POST https://genaipro.vn/api/v1/veo/text-to-video \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "prompt": "A cat playing with a ball in a garden" }'
Veo (Video AI)
Text to Video
Tạo video từ mô tả văn bản (SSE streaming)
POST
/
v1
/
veo
/
text-to-video
curl -X POST https://genaipro.vn/api/v1/veo/text-to-video \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "prompt": "A cat playing with a ball in a garden" }'
Response trả về dạng Server-Sent Events (SSE) để stream tiến trình realtime.
curl -X POST https://genaipro.vn/api/v1/veo/text-to-video \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "prompt": "A cat playing with a ball in a garden" }'