Authorization: Bearer ********************
{
"input": {
"size": "1365x1024",
"style": "any",
"prompt": "a wildlife photography photo of a red panda using a laptop in a snowy forest",
"aspect_ratio": "Not set"
}
}
curl --location --request POST 'http://prod-cn.your-api-server.com/replicate/v1/models/recraft-ai/recraft-v3/predictions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"size": "1365x1024",
"style": "any",
"prompt": "a wildlife photography photo of a red panda using a laptop in a snowy forest",
"aspect_ratio": "Not set"
}
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}