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-pro/edit",
"input": {
"prompt": "Use image 1 as the sole source. Preserve the exact glacier silhouette, accumulation basin, compressed blue-ice layers, flow direction, calving face, crystal inset, arrows, framing, and geological relationships. Refine only the scientific visual clarity: increase the distinction between snow, firn, and blue ice; reveal finer crystal layers and moraine textures; make arrow weights more consistent; and add subtle depth lighting inside the cutaway without moving any element. Do not add writing, labels, logos, products, promotional elements, or watermarks.",
"size": "16:9",
"resolution": "1K",
"output_format": "jpeg",
"prompt_extend": false,
"negative_prompt": "typography, text, labels, moved composition, extra stages, logos, promotional marks, watermark",
"seed": 32101,
"enable_safety_checker": true,
"image_urls": [
"https://cdn.vidgo.ai/apis/models/alibaba/qwen-image-3.0-pro/edit/v1/01/input-01.jpg"
]
}
}'