Authorization: Bearer ********************
{
"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"
}
curl --location -g --request POST '{{YOUR_BASE_URL}}/flux/v1/flux-kontext-pro' \
--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": "fddbade0-a2f7-4082-981a-961616870906",
"polling_url": "https://api.bfl.ml/v1/get_result?id=fddbade0-a2f7-4082-981a-961616870906"
}