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"
}
}'
{
"id": "s14dfnzq35rma0cqtjw9m48hmw",
"model": "black-forest-labs/flux-schnell",
"version": "hidden",
"input": {
"prompt": "black forest gateau cake spelling out the words \"FLUX SCHNELL\", tasty, food photography, dynamic shot"
},
"logs": "",
"output": null,
"data_removed": false,
"error": null,
"status": "starting",
"created_at": "2025-07-04T09:16:21.145Z",
"urls": {
"cancel": "https://api.replicate.com/v1/predictions/s14dfnzq35rma0cqtjw9m48hmw/cancel",
"get": "https://api.replicate.com/v1/predictions/s14dfnzq35rma0cqtjw9m48hmw",
"stream": "https://stream.replicate.com/v1/files/bcwr-n43fgzyg5bsbmnrxi524xgxuzbnux3wk2a3u4kdgagi24r6qfeia",
"web": "https://replicate.com/p/s14dfnzq35rma0cqtjw9m48hmw"
}
}