Authorization: Bearer ********************
{
"prompt": "red point siamese cat",
"style": "realistic_image",
"size": "1280x1024"
}
curl --location -g --request POST '/recraft/v1/images/generations' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "red point siamese cat",
"style": "realistic_image",
"size": "1280x1024"
}'
{}