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://..."
}
]
}