{
"input": {
"steps": 25,
"width": 1024,
"height": 1024,
"prompt": "The world\\'s largest black forest cake, the size of a building, surrounded by trees of the black forest",
"guidance": 3,
"interval": 2,
"aspect_ratio": "1:1",
"output_format": "webp",
"output_quality": 80,
"safety_tolerance": 2,
"prompt_upsampling": false
}
}
curl --location -g --request POST '{{BASE_URL}}/replicate/v1/models/black-forest-labs/flux-pro/predictions' \
--header 'Authorization: Bearer $API_TOKEN' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"steps": 25,
"width": 1024,
"height": 1024,
"prompt": "The world\\'\''s largest black forest cake, the size of a building, surrounded by trees of the black forest",
"guidance": 3,
"interval": 2,
"aspect_ratio": "1:1",
"output_format": "webp",
"output_quality": 80,
"safety_tolerance": 2,
"prompt_upsampling": false
}
}'
{}