{
"model": "recraftv3",
"prompt": "red point siamese cat",
"style": "realistic_image",
"size": "1280x1024"
}
curl --location --request POST '/v1/images/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "recraftv3",
"prompt": "red point siamese cat",
"style": "realistic_image",
"size": "1280x1024"
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}