Authorization: Bearer ********************
{
"input": {
"raw": false,
"prompt": "a majestic snow-capped mountain peak bathed in a warm glow of the setting sun",
"aspect_ratio": "3:2",
"output_format": "jpg",
"safety_tolerance": 2,
"image_prompt_strength": 0.1
}
}
curl --location --request POST 'https://yunwu.ai/replicate/v1/models/black-forest-labs/flux-1.1-pro-ultra/predictions' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"raw": false,
"prompt": "a majestic snow-capped mountain peak bathed in a warm glow of the setting sun",
"aspect_ratio": "3:2",
"output_format": "jpg",
"safety_tolerance": 2,
"image_prompt_strength": 0.1
}
}'
{
"id": "brgfcps121rm80crajvr2x4jg4",
"model": "black-forest-labs/flux-1.1-pro-ultra",
"version": "hidden",
"input": {
"aspect_ratio": "3:2",
"image_prompt_strength": 0.1,
"output_format": "jpg",
"prompt": "a majestic snow-capped mountain peak bathed in a warm glow of the setting sun",
"raw": false,
"safety_tolerance": 2
},
"logs": "",
"output": null,
"data_removed": false,
"error": null,
"status": "starting",
"created_at": "2025-07-29T05:45:44.464Z",
"urls": {
"cancel": "https://api.replicate.com/v1/predictions/brgfcps121rm80crajvr2x4jg4/cancel",
"get": "https://api.replicate.com/v1/predictions/brgfcps121rm80crajvr2x4jg4",
"stream": "https://stream.replicate.com/v1/files/bcwr-bx7iokgbhtcqohbyy7i5lnli25grd3mhcljqvwxliud4o7ov7mgq",
"web": "https://replicate.com/p/brgfcps121rm80crajvr2x4jg4"
}
}