Skip to content

test

Captain's Log

Feburasrry 4th This is a test

curl --silent --show-error https://api.replicate.com/v1/models/black-forest-labs/flux-pro/predictions \
--request POST \
--header "Authorization: Bearer $REPLICATE_API_TOKEN" \
--header "Content-Type: application/json" \
--header "Prefer: wait" \
--data @- <<'EOM'
{
"input": {
"width": 1024,
"height": 1024,
"prompt": "The world's largest black forest cake, the size of a building, surrounded by trees of the black forest"
}
}
EOM