Authorization: Bearer ********************
{
"version": "string",
"input": {
"width": 0,
"height": 0,
"prompt": "string",
"scheduler": "string",
"num_outputs": 0,
"guidance_scale": 0,
"num_inference_steps": 0
}
}
curl --location --request POST '/replicate/v1/predictions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"version": "string",
"input": {
"width": 0,
"height": 0,
"prompt": "string",
"scheduler": "string",
"num_outputs": 0,
"guidance_scale": 0,
"num_inference_steps": 0
}
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}