Recraft V4 Vector

Recraft V4 Vector is a professional vectorization model that transforms raster images into high-quality scalable vector art. Built for design and marketing workflows, it preserves structural fidelity, contour accuracy, and visual style while producing clean paths and optimized shapes suitable for branding, illustration, and layout production.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Midnight Botanical Tea Emblems
A refined collection of herbal tea brand emblems arranged as a polished design board, featuring moonflower, bergamot slices, sage leaves, star anise, and curling steam motifs in elegant geometric vector art. Flat scalable illustration style, precise contours, balanced negative space, premium packaging aesthetic, ornamental badges, labels, icons, and seal marks, sophisticated nighttime mood, minimal shading, sharp edges, clean line hierarchy, highly legible composition, decorative yet professional, suitable for branding and print.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4@vector',
positivePrompt: 'A refined collection of herbal tea brand emblems arranged as a polished design board, featuring moonflower, bergamot slices, sage leaves, star anise, and curling steam motifs in elegant geometric vector art. Flat scalable illustration style, precise contours, balanced negative space, premium packaging aesthetic, ornamental badges, labels, icons, and seal marks, sophisticated nighttime mood, minimal shading, sharp edges, clean line hierarchy, highly legible composition, decorative yet professional, suitable for branding and print.',
width: 1024,
height: 1024,
providerSettings: {
recraft: {
backgroundColor: {
rgb: [
244,
240,
232
]
},
colors: [
{
rgb: [
21,
43,
60
]
},
{
rgb: [
74,
122,
89
]
},
{
rgb: [
196,
154,
92
]
},
{
rgb: [
138,
84,
74
]
},
{
rgb: [
239,
226,
201
]
}
]
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "recraft:v4@vector",
"positivePrompt": "A refined collection of herbal tea brand emblems arranged as a polished design board, featuring moonflower, bergamot slices, sage leaves, star anise, and curling steam motifs in elegant geometric vector art. Flat scalable illustration style, precise contours, balanced negative space, premium packaging aesthetic, ornamental badges, labels, icons, and seal marks, sophisticated nighttime mood, minimal shading, sharp edges, clean line hierarchy, highly legible composition, decorative yet professional, suitable for branding and print.",
"width": 1024,
"height": 1024,
"providerSettings": {
"recraft": {
"backgroundColor": {
"rgb": [
244,
240,
232
]
},
"colors": [
{
"rgb": [
21,
43,
60
]
},
{
"rgb": [
74,
122,
89
]
},
{
"rgb": [
196,
154,
92
]
},
{
"rgb": [
138,
84,
74
]
},
{
"rgb": [
239,
226,
201
]
}
]
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "650c5f43-2a43-4fd3-bf08-57d6fa14105d",
"model": "recraft:v4@vector",
"positivePrompt": "A refined collection of herbal tea brand emblems arranged as a polished design board, featuring moonflower, bergamot slices, sage leaves, star anise, and curling steam motifs in elegant geometric vector art. Flat scalable illustration style, precise contours, balanced negative space, premium packaging aesthetic, ornamental badges, labels, icons, and seal marks, sophisticated nighttime mood, minimal shading, sharp edges, clean line hierarchy, highly legible composition, decorative yet professional, suitable for branding and print.",
"width": 1024,
"height": 1024,
"providerSettings": {
"recraft": {
"backgroundColor": {
"rgb": [
244,
240,
232
]
},
"colors": [
{
"rgb": [
21,
43,
60
]
},
{
"rgb": [
74,
122,
89
]
},
{
"rgb": [
196,
154,
92
]
},
{
"rgb": [
138,
84,
74
]
},
{
"rgb": [
239,
226,
201
]
}
]
}
}
}
]'runware run recraft:v4@vector \
positivePrompt="A refined collection of herbal tea brand emblems arranged as a polished design board, featuring moonflower, bergamot slices, sage leaves, star anise, and curling steam motifs in elegant geometric vector art. Flat scalable illustration style, precise contours, balanced negative space, premium packaging aesthetic, ornamental badges, labels, icons, and seal marks, sophisticated nighttime mood, minimal shading, sharp edges, clean line hierarchy, highly legible composition, decorative yet professional, suitable for branding and print." \
width=1024 \
height=1024 \
providerSettings.recraft.backgroundColor.rgb.0=244 \
providerSettings.recraft.backgroundColor.rgb.1=240 \
providerSettings.recraft.backgroundColor.rgb.2=232 \
providerSettings.recraft.colors.0.rgb.0=21 \
providerSettings.recraft.colors.0.rgb.1=43 \
providerSettings.recraft.colors.0.rgb.2=60 \
providerSettings.recraft.colors.1.rgb.0=74 \
providerSettings.recraft.colors.1.rgb.1=122 \
providerSettings.recraft.colors.1.rgb.2=89 \
providerSettings.recraft.colors.2.rgb.0=196 \
providerSettings.recraft.colors.2.rgb.1=154 \
providerSettings.recraft.colors.2.rgb.2=92 \
providerSettings.recraft.colors.3.rgb.0=138 \
providerSettings.recraft.colors.3.rgb.1=84 \
providerSettings.recraft.colors.3.rgb.2=74 \
providerSettings.recraft.colors.4.rgb.0=239 \
providerSettings.recraft.colors.4.rgb.1=226 \
providerSettings.recraft.colors.4.rgb.2=201{
"taskType": "vectorize",
"taskUUID": "650c5f43-2a43-4fd3-bf08-57d6fa14105d",
"model": "recraft:v4@vector",
"positivePrompt": "A refined collection of herbal tea brand emblems arranged as a polished design board, featuring moonflower, bergamot slices, sage leaves, star anise, and curling steam motifs in elegant geometric vector art. Flat scalable illustration style, precise contours, balanced negative space, premium packaging aesthetic, ornamental badges, labels, icons, and seal marks, sophisticated nighttime mood, minimal shading, sharp edges, clean line hierarchy, highly legible composition, decorative yet professional, suitable for branding and print.",
"width": 1024,
"height": 1024,
"providerSettings": {
"recraft": {
"backgroundColor": {
"rgb": [
244,
240,
232
]
},
"colors": [
{
"rgb": [
21,
43,
60
]
},
{
"rgb": [
74,
122,
89
]
},
{
"rgb": [
196,
154,
92
]
},
{
"rgb": [
138,
84,
74
]
},
{
"rgb": [
239,
226,
201
]
}
]
}
}
}{
"taskType": "vectorize",
"taskUUID": "650c5f43-2a43-4fd3-bf08-57d6fa14105d",
"imageUUID": "d58563dc-3c4d-4dba-8ccd-0b5a09a62b11",
"imageURL": "https://im.runware.ai/image/os/a11d13/ws/2/ii/d58563dc-3c4d-4dba-8ccd-0b5a09a62b11.svg",
"cost": 0.08
}Geometric Koi Festival Banner
Wide vector illustration of a festive koi-themed celebration graphic, two stylized koi fish circling around floating paper streamers and abstract wave motifs, decorative floral medallions, rhythmic geometric clouds, elegant negative space, flat scalable shapes, precise contours, high structural clarity, premium editorial design aesthetic, contemporary Japanese-inspired graphic language, balanced symmetry with slight asymmetrical accents, bold yet refined composition, clean layered forms, minimal shading, no text, no watermark
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4@vector',
positivePrompt: 'Wide vector illustration of a festive koi-themed celebration graphic, two stylized koi fish circling around floating paper streamers and abstract wave motifs, decorative floral medallions, rhythmic geometric clouds, elegant negative space, flat scalable shapes, precise contours, high structural clarity, premium editorial design aesthetic, contemporary Japanese-inspired graphic language, balanced symmetry with slight asymmetrical accents, bold yet refined composition, clean layered forms, minimal shading, no text, no watermark',
width: 1536,
height: 768,
providerSettings: {
recraft: {
colors: [
{
rgb: [
230,
57,
70
]
},
{
rgb: [
29,
53,
87
]
},
{
rgb: [
241,
250,
238
]
},
{
rgb: [
244,
162,
97
]
},
{
rgb: [
42,
157,
143
]
}
],
backgroundColor: {
rgb: [
248,
244,
236
]
}
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "recraft:v4@vector",
"positivePrompt": "Wide vector illustration of a festive koi-themed celebration graphic, two stylized koi fish circling around floating paper streamers and abstract wave motifs, decorative floral medallions, rhythmic geometric clouds, elegant negative space, flat scalable shapes, precise contours, high structural clarity, premium editorial design aesthetic, contemporary Japanese-inspired graphic language, balanced symmetry with slight asymmetrical accents, bold yet refined composition, clean layered forms, minimal shading, no text, no watermark",
"width": 1536,
"height": 768,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
230,
57,
70
]
},
{
"rgb": [
29,
53,
87
]
},
{
"rgb": [
241,
250,
238
]
},
{
"rgb": [
244,
162,
97
]
},
{
"rgb": [
42,
157,
143
]
}
],
"backgroundColor": {
"rgb": [
248,
244,
236
]
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "03f577a3-cf09-4278-8807-76676a72ddc3",
"model": "recraft:v4@vector",
"positivePrompt": "Wide vector illustration of a festive koi-themed celebration graphic, two stylized koi fish circling around floating paper streamers and abstract wave motifs, decorative floral medallions, rhythmic geometric clouds, elegant negative space, flat scalable shapes, precise contours, high structural clarity, premium editorial design aesthetic, contemporary Japanese-inspired graphic language, balanced symmetry with slight asymmetrical accents, bold yet refined composition, clean layered forms, minimal shading, no text, no watermark",
"width": 1536,
"height": 768,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
230,
57,
70
]
},
{
"rgb": [
29,
53,
87
]
},
{
"rgb": [
241,
250,
238
]
},
{
"rgb": [
244,
162,
97
]
},
{
"rgb": [
42,
157,
143
]
}
],
"backgroundColor": {
"rgb": [
248,
244,
236
]
}
}
}
}
]'runware run recraft:v4@vector \
positivePrompt="Wide vector illustration of a festive koi-themed celebration graphic, two stylized koi fish circling around floating paper streamers and abstract wave motifs, decorative floral medallions, rhythmic geometric clouds, elegant negative space, flat scalable shapes, precise contours, high structural clarity, premium editorial design aesthetic, contemporary Japanese-inspired graphic language, balanced symmetry with slight asymmetrical accents, bold yet refined composition, clean layered forms, minimal shading, no text, no watermark" \
width=1536 \
height=768 \
providerSettings.recraft.colors.0.rgb.0=230 \
providerSettings.recraft.colors.0.rgb.1=57 \
providerSettings.recraft.colors.0.rgb.2=70 \
providerSettings.recraft.colors.1.rgb.0=29 \
providerSettings.recraft.colors.1.rgb.1=53 \
providerSettings.recraft.colors.1.rgb.2=87 \
providerSettings.recraft.colors.2.rgb.0=241 \
providerSettings.recraft.colors.2.rgb.1=250 \
providerSettings.recraft.colors.2.rgb.2=238 \
providerSettings.recraft.colors.3.rgb.0=244 \
providerSettings.recraft.colors.3.rgb.1=162 \
providerSettings.recraft.colors.3.rgb.2=97 \
providerSettings.recraft.colors.4.rgb.0=42 \
providerSettings.recraft.colors.4.rgb.1=157 \
providerSettings.recraft.colors.4.rgb.2=143 \
providerSettings.recraft.backgroundColor.rgb.0=248 \
providerSettings.recraft.backgroundColor.rgb.1=244 \
providerSettings.recraft.backgroundColor.rgb.2=236{
"taskType": "vectorize",
"taskUUID": "03f577a3-cf09-4278-8807-76676a72ddc3",
"model": "recraft:v4@vector",
"positivePrompt": "Wide vector illustration of a festive koi-themed celebration graphic, two stylized koi fish circling around floating paper streamers and abstract wave motifs, decorative floral medallions, rhythmic geometric clouds, elegant negative space, flat scalable shapes, precise contours, high structural clarity, premium editorial design aesthetic, contemporary Japanese-inspired graphic language, balanced symmetry with slight asymmetrical accents, bold yet refined composition, clean layered forms, minimal shading, no text, no watermark",
"width": 1536,
"height": 768,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
230,
57,
70
]
},
{
"rgb": [
29,
53,
87
]
},
{
"rgb": [
241,
250,
238
]
},
{
"rgb": [
244,
162,
97
]
},
{
"rgb": [
42,
157,
143
]
}
],
"backgroundColor": {
"rgb": [
248,
244,
236
]
}
}
}
}{
"taskType": "vectorize",
"taskUUID": "03f577a3-cf09-4278-8807-76676a72ddc3",
"imageUUID": "7dc2fd0d-a23e-4e5b-abe4-32aec95a5f03",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/2/ii/7dc2fd0d-a23e-4e5b-abe4-32aec95a5f03.svg",
"cost": 0.08
}Memphis Fruit Stand Signage
A playful roadside fruit stand advertising graphic in polished vector illustration style, stacked crates of figs, peaches, and pears arranged in a lively asymmetrical composition, oversized sliced fruit motifs, striped awning, hand-painted price tags, chunky geometric leaves, cheerful summertime atmosphere, flat shapes, sharp edges, minimal gradients, clean negative space, branding-friendly composition, highly scalable iconographic detail, modern Memphis-inspired design language
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4@vector',
positivePrompt: 'A playful roadside fruit stand advertising graphic in polished vector illustration style, stacked crates of figs, peaches, and pears arranged in a lively asymmetrical composition, oversized sliced fruit motifs, striped awning, hand-painted price tags, chunky geometric leaves, cheerful summertime atmosphere, flat shapes, sharp edges, minimal gradients, clean negative space, branding-friendly composition, highly scalable iconographic detail, modern Memphis-inspired design language',
width: 1216,
height: 896,
providerSettings: {
recraft: {
colors: [
{
rgb: [
244,
99,
72
]
},
{
rgb: [
255,
193,
7
]
},
{
rgb: [
76,
175,
80
]
},
{
rgb: [
63,
81,
181
]
},
{
rgb: [
255,
241,
230
]
}
],
backgroundColor: {
rgb: [
255,
248,
240
]
}
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "recraft:v4@vector",
"positivePrompt": "A playful roadside fruit stand advertising graphic in polished vector illustration style, stacked crates of figs, peaches, and pears arranged in a lively asymmetrical composition, oversized sliced fruit motifs, striped awning, hand-painted price tags, chunky geometric leaves, cheerful summertime atmosphere, flat shapes, sharp edges, minimal gradients, clean negative space, branding-friendly composition, highly scalable iconographic detail, modern Memphis-inspired design language",
"width": 1216,
"height": 896,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
244,
99,
72
]
},
{
"rgb": [
255,
193,
7
]
},
{
"rgb": [
76,
175,
80
]
},
{
"rgb": [
63,
81,
181
]
},
{
"rgb": [
255,
241,
230
]
}
],
"backgroundColor": {
"rgb": [
255,
248,
240
]
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "6c9b5d86-9366-4db6-8252-96adeac0a1d2",
"model": "recraft:v4@vector",
"positivePrompt": "A playful roadside fruit stand advertising graphic in polished vector illustration style, stacked crates of figs, peaches, and pears arranged in a lively asymmetrical composition, oversized sliced fruit motifs, striped awning, hand-painted price tags, chunky geometric leaves, cheerful summertime atmosphere, flat shapes, sharp edges, minimal gradients, clean negative space, branding-friendly composition, highly scalable iconographic detail, modern Memphis-inspired design language",
"width": 1216,
"height": 896,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
244,
99,
72
]
},
{
"rgb": [
255,
193,
7
]
},
{
"rgb": [
76,
175,
80
]
},
{
"rgb": [
63,
81,
181
]
},
{
"rgb": [
255,
241,
230
]
}
],
"backgroundColor": {
"rgb": [
255,
248,
240
]
}
}
}
}
]'runware run recraft:v4@vector \
positivePrompt="A playful roadside fruit stand advertising graphic in polished vector illustration style, stacked crates of figs, peaches, and pears arranged in a lively asymmetrical composition, oversized sliced fruit motifs, striped awning, hand-painted price tags, chunky geometric leaves, cheerful summertime atmosphere, flat shapes, sharp edges, minimal gradients, clean negative space, branding-friendly composition, highly scalable iconographic detail, modern Memphis-inspired design language" \
width=1216 \
height=896 \
providerSettings.recraft.colors.0.rgb.0=244 \
providerSettings.recraft.colors.0.rgb.1=99 \
providerSettings.recraft.colors.0.rgb.2=72 \
providerSettings.recraft.colors.1.rgb.0=255 \
providerSettings.recraft.colors.1.rgb.1=193 \
providerSettings.recraft.colors.1.rgb.2=7 \
providerSettings.recraft.colors.2.rgb.0=76 \
providerSettings.recraft.colors.2.rgb.1=175 \
providerSettings.recraft.colors.2.rgb.2=80 \
providerSettings.recraft.colors.3.rgb.0=63 \
providerSettings.recraft.colors.3.rgb.1=81 \
providerSettings.recraft.colors.3.rgb.2=181 \
providerSettings.recraft.colors.4.rgb.0=255 \
providerSettings.recraft.colors.4.rgb.1=241 \
providerSettings.recraft.colors.4.rgb.2=230 \
providerSettings.recraft.backgroundColor.rgb.0=255 \
providerSettings.recraft.backgroundColor.rgb.1=248 \
providerSettings.recraft.backgroundColor.rgb.2=240{
"taskType": "vectorize",
"taskUUID": "6c9b5d86-9366-4db6-8252-96adeac0a1d2",
"model": "recraft:v4@vector",
"positivePrompt": "A playful roadside fruit stand advertising graphic in polished vector illustration style, stacked crates of figs, peaches, and pears arranged in a lively asymmetrical composition, oversized sliced fruit motifs, striped awning, hand-painted price tags, chunky geometric leaves, cheerful summertime atmosphere, flat shapes, sharp edges, minimal gradients, clean negative space, branding-friendly composition, highly scalable iconographic detail, modern Memphis-inspired design language",
"width": 1216,
"height": 896,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
244,
99,
72
]
},
{
"rgb": [
255,
193,
7
]
},
{
"rgb": [
76,
175,
80
]
},
{
"rgb": [
63,
81,
181
]
},
{
"rgb": [
255,
241,
230
]
}
],
"backgroundColor": {
"rgb": [
255,
248,
240
]
}
}
}
}{
"taskType": "vectorize",
"taskUUID": "6c9b5d86-9366-4db6-8252-96adeac0a1d2",
"imageUUID": "3ac5fde6-8d87-426a-b9e8-aefe2ee97174",
"imageURL": "https://im.runware.ai/image/os/a25d05/ws/2/ii/3ac5fde6-8d87-426a-b9e8-aefe2ee97174.svg",
"cost": 0.08
}Art Deco Citrus Collage
A refined vector illustration of a sliced citrus arrangement with oranges, grapefruits, lemon wedges, curling peels, small leaves, and radiating geometric motifs, arranged in an elegant Art Deco composition. Clean contours, flat shapes, precise symmetry, bold negative space, premium packaging aesthetic, decorative border elements, layered circular segments, sophisticated editorial design feel, highly polished scalable vector style.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4@vector',
positivePrompt: 'A refined vector illustration of a sliced citrus arrangement with oranges, grapefruits, lemon wedges, curling peels, small leaves, and radiating geometric motifs, arranged in an elegant Art Deco composition. Clean contours, flat shapes, precise symmetry, bold negative space, premium packaging aesthetic, decorative border elements, layered circular segments, sophisticated editorial design feel, highly polished scalable vector style.',
width: 1024,
height: 1024,
providerSettings: {
recraft: {
colors: [
{
rgb: [
232,
93,
42
]
},
{
rgb: [
255,
190,
92
]
},
{
rgb: [
243,
239,
224
]
},
{
rgb: [
42,
102,
72
]
},
{
rgb: [
28,
43,
58
]
}
],
backgroundColor: {
rgb: [
250,
246,
238
]
}
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "recraft:v4@vector",
"positivePrompt": "A refined vector illustration of a sliced citrus arrangement with oranges, grapefruits, lemon wedges, curling peels, small leaves, and radiating geometric motifs, arranged in an elegant Art Deco composition. Clean contours, flat shapes, precise symmetry, bold negative space, premium packaging aesthetic, decorative border elements, layered circular segments, sophisticated editorial design feel, highly polished scalable vector style.",
"width": 1024,
"height": 1024,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
232,
93,
42
]
},
{
"rgb": [
255,
190,
92
]
},
{
"rgb": [
243,
239,
224
]
},
{
"rgb": [
42,
102,
72
]
},
{
"rgb": [
28,
43,
58
]
}
],
"backgroundColor": {
"rgb": [
250,
246,
238
]
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "9144d55c-3086-40ca-a77c-c60937d602a9",
"model": "recraft:v4@vector",
"positivePrompt": "A refined vector illustration of a sliced citrus arrangement with oranges, grapefruits, lemon wedges, curling peels, small leaves, and radiating geometric motifs, arranged in an elegant Art Deco composition. Clean contours, flat shapes, precise symmetry, bold negative space, premium packaging aesthetic, decorative border elements, layered circular segments, sophisticated editorial design feel, highly polished scalable vector style.",
"width": 1024,
"height": 1024,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
232,
93,
42
]
},
{
"rgb": [
255,
190,
92
]
},
{
"rgb": [
243,
239,
224
]
},
{
"rgb": [
42,
102,
72
]
},
{
"rgb": [
28,
43,
58
]
}
],
"backgroundColor": {
"rgb": [
250,
246,
238
]
}
}
}
}
]'runware run recraft:v4@vector \
positivePrompt="A refined vector illustration of a sliced citrus arrangement with oranges, grapefruits, lemon wedges, curling peels, small leaves, and radiating geometric motifs, arranged in an elegant Art Deco composition. Clean contours, flat shapes, precise symmetry, bold negative space, premium packaging aesthetic, decorative border elements, layered circular segments, sophisticated editorial design feel, highly polished scalable vector style." \
width=1024 \
height=1024 \
providerSettings.recraft.colors.0.rgb.0=232 \
providerSettings.recraft.colors.0.rgb.1=93 \
providerSettings.recraft.colors.0.rgb.2=42 \
providerSettings.recraft.colors.1.rgb.0=255 \
providerSettings.recraft.colors.1.rgb.1=190 \
providerSettings.recraft.colors.1.rgb.2=92 \
providerSettings.recraft.colors.2.rgb.0=243 \
providerSettings.recraft.colors.2.rgb.1=239 \
providerSettings.recraft.colors.2.rgb.2=224 \
providerSettings.recraft.colors.3.rgb.0=42 \
providerSettings.recraft.colors.3.rgb.1=102 \
providerSettings.recraft.colors.3.rgb.2=72 \
providerSettings.recraft.colors.4.rgb.0=28 \
providerSettings.recraft.colors.4.rgb.1=43 \
providerSettings.recraft.colors.4.rgb.2=58 \
providerSettings.recraft.backgroundColor.rgb.0=250 \
providerSettings.recraft.backgroundColor.rgb.1=246 \
providerSettings.recraft.backgroundColor.rgb.2=238{
"taskType": "vectorize",
"taskUUID": "9144d55c-3086-40ca-a77c-c60937d602a9",
"model": "recraft:v4@vector",
"positivePrompt": "A refined vector illustration of a sliced citrus arrangement with oranges, grapefruits, lemon wedges, curling peels, small leaves, and radiating geometric motifs, arranged in an elegant Art Deco composition. Clean contours, flat shapes, precise symmetry, bold negative space, premium packaging aesthetic, decorative border elements, layered circular segments, sophisticated editorial design feel, highly polished scalable vector style.",
"width": 1024,
"height": 1024,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
232,
93,
42
]
},
{
"rgb": [
255,
190,
92
]
},
{
"rgb": [
243,
239,
224
]
},
{
"rgb": [
42,
102,
72
]
},
{
"rgb": [
28,
43,
58
]
}
],
"backgroundColor": {
"rgb": [
250,
246,
238
]
}
}
}
}{
"taskType": "vectorize",
"taskUUID": "9144d55c-3086-40ca-a77c-c60937d602a9",
"imageUUID": "9dafebdc-09bf-49d4-b838-eb3468303a86",
"imageURL": "https://im.runware.ai/image/os/a20d05/ws/2/ii/9dafebdc-09bf-49d4-b838-eb3468303a86.svg",
"cost": 0.08
}