š New Models Available: grok-4 now live!
ā Explore New Features
{
"prompt": "race car on a track",
"style": "digital_illustration"
}
curl --location --request POST 'https://api.cometapi.com/recraft/v1/images/generations' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "race car on a track",
"style": "digital_illustration"
}'
{
"created": 1747621667,
"data": [
{
"url": "https://v3.fal.media/files/penguin/5BYwynFzNslwk9gHhyBOo.png"
}
],
"usage": null,
"image": [
"https://v3.fal.media/files/penguin/5BYwynFzNslwk9gHhyBOo.png"
],
"metadata": {
"credits": 1,
"height": 1024,
"images": [
{
"image_id": "c246cd3a-a9ae-44ee-b3b2-fc53159e9b01",
"image_invariants": {
"preset": "realistic_image"
},
"transparent": false,
"vector_image": false
}
],
"random_seed": 21,
"request_id": "c4672061-a521-4346-8721-ff2596b05ea3",
"transform_model": "recraftv3",
"width": 1280
},
"timings": null
}