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 'https://yunwu.ai/replicate/v1/models/recraft-ai/recraft-v3/predictions' \
--header 'Authorization: Bearer sk-4r9RQTBFtS1DzJkB0dTisGz9oB6QLbisTyODJMx64nQifsq0' \
--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://..."
}
]
}