flux-schnell(OpenAI图像格式)
POST
https://aigcapi.top/v1/images/generations
seed Required range: 0 < x < 9999999999
prompt_enhancement: default: false(Rewrite prompts into detailed, model-friendly versions when switched on.)
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://aigcapi.top/v1/images/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "black-forest-labs/flux-schnell",
"prompt": "black forest gateau cake spelling out the words \"FLUX SCHNELL\", tasty, food photography, dynamic shot",
"go_fast": true,
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "webp",
"output_quality": 80
}'
响应示例响应示例
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}
请求参数
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json