Authorization: Bearer ********************
{
"model":"black-forest-labs/flux-schnell",
"input": {
"prompt": "black forest gateau cake spelling out the words \"FLUX SCHNELL\", tasty, food photography, dynamic shot"
}
}
curl --location -g --request POST '/replicate/v1/predictions' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model":"black-forest-labs/flux-schnell",
"input": {
"prompt": "black forest gateau cake spelling out the words \"FLUX SCHNELL\", tasty, food photography, dynamic shot"
}
}'
{}