curl --request POST \
--url https://api.runpod.ai/v2/black-forest-labs-flux-1-dev/run \
--header 'Content-Type: application/json' \
--data '
{
"input": {
"prompt": "<string>",
"negative_prompt": "<string>",
"width": 123,
"height": 123,
"num_inference_steps": 123,
"guidance": 123,
"seed": 123,
"image_format": "<string>"
}
}
'