Authorization: Bearer ********************{
"model": "MODEL_ID",
"prompt": "雨后深圳湾的未来城市,电影感",
"n": 1,
"size": "1024x1024",
"response_format": "url"
}curl --location 'https://zhuanqicloud.com/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "MODEL_ID",
"prompt": "雨后深圳湾的未来城市,电影感",
"n": 1,
"size": "1024x1024",
"response_format": "url"
}'{
"created": 0,
"data": [
{
"url": "https://example.invalid/generated-image.png"
}
]
}