Authorization: Bearer ********************
{
"enable_upsample": true,
"enhance_prompt": true,
"images": [
"https://filesystem.site/cdn/20250702/w8AauvxxPhYoqqkFWdMippJpb9zBxN.png"
],
"model": "veo3-fast-frames",
"prompt": "make animate",
"aspect_ratio": "16:9"
}
curl --location --request POST 'https://yunwu.ai/v1/video/create' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_upsample": true,
"enhance_prompt": true,
"images": [
"https://filesystem.site/cdn/20250702/w8AauvxxPhYoqqkFWdMippJpb9zBxN.png"
],
"model": "veo3-fast-frames",
"prompt": "make animate",
"aspect_ratio": "16:9"
}'
{
"id": "veo3-fast-frames:1757555257-PORrVn9sa9",
"status": "pending",
"status_update_time": 1757555257582
}