Authorization: Bearer ********************
{
"model": "flux.1.1-pro",
"prompt": "ein fantastisches bild",
"size": "1024x768"
}
curl --location -g --request POST '/v1/images/generations' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "flux.1.1-pro",
"prompt": "ein fantastisches bild",
"size": "1024x768"
}'
{}