Authorization: Bearer ********************
{
"prompt": "red point siamese cat",
"style": "realistic_image",
"size": "1280x1024"
}
curl --location -g --request POST '{{YOUR_BASE_URL}}/recraft/v1/images/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "red point siamese cat",
"style": "realistic_image",
"size": "1280x1024"
}'
{
"created": 1740303669,
"credits": 40,
"data": [
{
"image_id": "4d80a4af-78ef-4446-a471-860e46589c71",
"url": "https://img.recraft.ai/bNsP-hQad4h8BZEjZDbK3gcb_D3PMikpaDxwWA2406w/rs:fit:1280:1024:0/raw:1/plain/abs://external/images/4d80a4af-78ef-4446-a471-860e46589c71"
}
]
}