{{demo_image_url}} for demo image fields and replace it with your own stable image URL.{ "model": "qwen-image-edit-2509", "prompt": "sample textTsample text", "image": "{{demo_image_url}}" }curl --location '/v1/images/generations' \
--header 'Authorization: Bearer {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{ "model": "qwen-image-edit-2509", "prompt": "sample textTsample text", "image": "{{demo_image_url}}" }'{
"data": [
{
"url": "{{demo_image_url}}"
}
],
"created": 1758636610
}