Chuyển đến nội dung chính
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"
  }'

Tham số Body

prompt
string
bắt buộc
Mô tả nội dung video
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"
  }'