Authorization: Bearer ********************{
"provider": "main",
"model": "gpt-image-2",
"prompt": "一只穿黄色雨衣的柯基站在纽约街头的雨夜,电影感,低机位,路面有霓虹倒影",
"size": "1024x1024",
"quality": "low",
"n": 1,
"response_format": "url"
}curl --location 'https://imgtool.jmlt.asia/api/openai/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"provider": "main",
"model": "gpt-image-2",
"prompt": "一只穿黄色雨衣的柯基站在纽约街头的雨夜,电影感,低机位,路面有霓虹倒影",
"size": "1024x1024",
"quality": "low",
"n": 1,
"response_format": "url"
}'{
"success": true,
"data": {
"taskId": "3c07f04c1c8544bea02b1627273847b7",
"status": "running",
"createdAt": 1780419399335,
"updatedAt": 1780419399343,
"completedAt": null,
"error": null,
"result": null,
"pollAfterMs": 1500
}
}