Chuyển đến nội dung chính
POST
/
v1
/
veo
/
create-image
curl -X POST https://genaipro.vn/api/v1/veo/create-image \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A beautiful sunset over Vietnamese rice fields"
  }'

Tham số Body

prompt
string
bắt buộc
Mô tả nội dung ảnh
Response trả về dạng Server-Sent Events (SSE).
curl -X POST https://genaipro.vn/api/v1/veo/create-image \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A beautiful sunset over Vietnamese rice fields"
  }'