Vector-style and design-focused image generation. Excellent for icons, illustrations, and design assets.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "recraft-v3",
"input": {
"prompt": "Minimalist calendar app icon, gradient purple and blue, rounded corners, modern iOS style",
"style": "icon",
"size": "1024x1024"
}
}'| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | - | Description of the design to generate |
style | string | No | realistic | Visual style realisticvectoriconillustrationflat |
size | string | No | 1024x1024 | Output size |
Create an app icon
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "recraft-v3",
"input": {
"prompt": "Minimalist calendar app icon, gradient purple and blue, rounded corners, modern iOS style",
"style": "icon",
"size": "1024x1024"
}
}'POST /v1/predictions