Create Video
No Description
Endpoint
POST http://v98store.com/v1/video/create cURL Command
curl -X POST 'http://v98store.com/v1/video/create' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "enable_upsample": true, "enhance_prompt": true, "images": [ "https://filesystem.site/cdn/20250702/w8AauvxxPhYoqqkFWdMippJpb9zBxN.png" ], "model": "veo3.1-fast", "prompt": "make animate", "aspect_ratio": "16:9" }' Parameters
| Name | In | Description | Required |
|---|---|---|---|
| Content-Type | header | Yes | |
| Accept | header | Yes | |
| Authorization | header | No |
Request Body
Example
{
"enable_upsample": true,
"enhance_prompt": true,
"images": [
"https://filesystem.site/cdn/20250702/w8AauvxxPhYoqqkFWdMippJpb9zBxN.png"
],
"model": "veo3.1-fast",
"prompt": "make animate",
"aspect_ratio": "16:9"
} Responses
200 -
Example
{
"id": "veo3-fast-frames:1757555257-PORrVn9sa9",
"status": "pending",
"status_update_time": 1757555257582
}