{
"prompt": "string",
"width": 0,
"height": 0,
"steps": 0,
"prompt_upsampling": true,
"seed": 0,
"guidance": 0,
"safety_tolerance": 0,
"output_format": "string"
}
curl --location -g --request POST '{{BASE_URL}}/bfl/v1/flux-dev' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"width": 0,
"height": 0,
"steps": 0,
"prompt_upsampling": true,
"seed": 0,
"guidance": 0,
"safety_tolerance": 0,
"output_format": "string"
}'
{"id":"b9b172a8-e39c-47b2-8f1a-cb8925f3532e","polling_url":"https://api.us1.bfl.ai/v1/get_result?id=b9b172a8-e39c-47b2-8f1a-cb8925f3532e"}