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 sk-4r9RQTBFtS1DzJkB0dTisGz9oB6QLbisTyODJMx64nQifsq0' \
--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
}
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}