{
"size": "1024x1024",
"prompt": "cat",
"model": "qwen-image",
"n": 1
}
curl --location -g --request POST '{{BASE_URL}}/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"size": "1024x1024",
"prompt": "cat",
"model": "qwen-image",
"n": 1
}'
{}