curl --request POST \
--url "https://api.vidgo.ai/api/generate/submit" \
--header "Authorization: Bearer $VIDGO_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"model": "qwen-image-3.0/edit",
"input": {
"prompt": "Use image 1 as the only source. Preserve the exact heron anatomy and pose, feather detail, reeds, waterline, distant horizon, framing, and observational illustration style. Change only the time and weather from sunrise to a quiet blue hour just after rain: cool indigo ambient light, faint warm light on the horizon, small droplets on the reeds, and physically believable reflections in the water. Do not add or remove animals, plants, structures, writing, logos, products, promotional elements, or watermarks.",
"size": "3:4",
"resolution": "1K",
"output_format": "jpeg",
"prompt_extend": false,
"negative_prompt": "changed heron anatomy, changed pose, extra animals, typography, text, logos, products, promotional badges, watermark",
"seed": 31101,
"enable_safety_checker": true,
"image_urls": [
"https://cdn.vidgo.ai/apis/models/alibaba/qwen-image-3.0/edit/v1/01/input-01.jpg"
]
}
}'