{
"model": "openai/gpt-image-1",
"prompt": "A photograph of a red fox in an autumn forest",
"n": 1,
"size": "1024x1024",
"response_format":"",
"style":"",
"quality": "medium"
}curl --location --request POST 'https://api.360.cn/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "openai/gpt-image-1",
"prompt": "A photograph of a red fox in an autumn forest",
"n": 1,
"size": "1024x1024",
"response_format":"",
"style":"",
"quality": "medium"
}'{
"created": 1749699124,
"data": [
{
"url": "https://beijing.xstore.qihu.com/zhinao-common/9cc01e32-886c-4a3f-83cc-96a58c9b667f.png",
"revised_prompt": ""
}
]
}