{
"model": "flux-dev",
"prompt": "ein fantastisches bild",
"size": "1024x768"
}
curl --location --request POST '/v1/images/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "flux-dev",
"prompt": "ein fantastisches bild",
"size": "1024x768"
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}