curl --location --request POST 'https://api.302.ai/flux/v1/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "ein fantastisches bild",
"width": 1024,
"height": 768,
"steps": 40,
"prompt_upsampling": false,
"seed": 42,
"guidance": 2.5,
"safety_tolerance": 2,
"interval": 2,
"output_format": "jpeg"
}'{
"id": "251c4e06-7bd1-4f68-8fa7-f89fa61a96e7",
"polling_url": "https://api.eu4.bfl.ai/v1/get_result?id=251c4e06-7bd1-4f68-8fa7-f89fa61a96e7",
"cost": 3.0,
"input_mp": 0.0,
"output_mp": 1.0
}