Authorization: Bearer ********************
{
"prompt": "red point siamese cat",
"style": "realistic_image",
"size": "1280x1024"
}
curl --location --request POST 'https://api.ecovai.cn/recraft/v1/images/generations' \
--header 'Authorization: {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "red point siamese cat",
"style": "realistic_image",
"size": "1280x1024"
}'
{
"created": 1730462979,
"data": [
{
"url": "https://img.recraft.ai/0Lwh4PzrspHLgxaUrM1Alzklfd-E1hp86oxfXUkJlqs/rs:fit:1280:1024:0/raw:1/plain/abs://external/images/0f67a6b7-28e8-4cf9-a3bb-34a455afb1c7"
}
]
}