{
"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://api.leebay.cyou/replicate/v1/models/recraft-ai/recraft-v3/predictions' \
--header 'Authorization: Bearer $API_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"
}
}'
{}