Overview
This endpoint provides first&last frame functionality.
Authentication
This endpoint requires authentication using a Bearer token.
Authorization
string
default:"sk-***********"
required
Your API key in the format: Bearer YOUR_API_KEY
Request Body
model
string
default:"veo3.1-pro"
required
The model to use for the request
Request Example
curl -X POST "https://gptproto.com/v1/veo/videos" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A beautiful woman is dancing in a European and American style",
"model": "veo3.1-pro",
"upsample": true,
"reference": false,
"aspect_ratio": "16:9",
"images": [
"https://heyoo.oss-ap-southeast-1.aliyuncs.com/20251017_170918_yyy1.jpeg",
"https://heyoo.oss-ap-southeast-1.aliyuncs.com/20251017_170932_yyy2.jpeg"
]
}'
Response
Error Responses
{
"error": {
"message": "Invalid signature",
"type": "401"
}
}