Recraft V4 Pro Vector
Recraft V4 Pro Vector is an advanced vectorization model optimized for high-precision design production and brand asset creation. It generates scalable vectors with nuanced control over line quality, geometry simplification, fills, and color regions. The model is tailored for designers and creative teams seeking production-ready vector outputs for illustration, advertising, UI assets, and print layouts.
API Options
Platform-level options for task execution and delivery.
-
taskType
string required value: vectorize -
Identifier for the type of task being performed
-
taskUUID
string required UUID v4 -
UUID v4 identifier for tracking tasks and matching async responses. Must be unique per task.
-
outputType
string default: URL -
Image output type.
Allowed values 3 values
-
outputFormat
string default: SVG -
Specifies the file format of the generated output. The available values depend on the task type and the specific model's capabilities.
- `SVG`: Scalable Vector Graphics.
Allowed values 1 value
-
webhookURL
string URI -
Specifies a webhook URL where JSON responses will be sent via HTTP POST when generation tasks complete. For batch requests with multiple results, each completed item triggers a separate webhook call as it becomes available.
Learn more 1 resource
- Webhooks PLATFORM
- Webhooks
-
deliveryMethod
string default: sync -
Determines how the API delivers task results.
Allowed values 2 values
- Returns complete results directly in the API response.
- Returns an immediate acknowledgment with the task UUID. Poll for results using getResponse.
Learn more 1 resource
- Task Polling PLATFORM
-
uploadEndpoint
string URI -
Specifies a URL where the generated content will be automatically uploaded using the HTTP PUT method. The raw binary data of the media file is sent directly as the request body. For secure uploads to cloud storage, use presigned URLs that include temporary authentication credentials.
Common use cases:
- Cloud storage: Upload directly to S3 buckets, Google Cloud Storage, or Azure Blob Storage using presigned URLs.
- CDN integration: Upload to content delivery networks for immediate distribution.
// S3 presigned URL for secure upload https://your-bucket.s3.amazonaws.com/generated/content.mp4?X-Amz-Signature=abc123&X-Amz-Expires=3600 // Google Cloud Storage presigned URL https://storage.googleapis.com/your-bucket/content.jpg?X-Goog-Signature=xyz789 // Custom storage endpoint https://storage.example.com/uploads/generated-image.jpgThe content data will be sent as the request body to the specified URL when generation is complete.
-
ttl
integer min: 60 -
Time-to-live (TTL) in seconds for generated content. Only applies when
outputTypeisURL.
-
includeCost
boolean default: false -
Include task cost in the response.
Inputs
Input resources for the task (images, audio, etc). These must be nested inside the inputs object.
inputs object.-
inputs»imageimage
string required -
Image input (UUID, URL, Data URI, or Base64).
Generation Parameters
Core parameters for controlling the generated content.
-
model
string required value: recraft:v4-pro@vector -
Identifier of the model to use for generation.
Learn more 3 resources
-
positivePrompt
string required min: 1 max: 10000 -
Text prompt describing elements to include in the generated output.
Learn more 2 resources
-
width
integer paired with height -
Width of the generated media in pixels.
Learn more 2 resources
-
height
integer paired with width -
Height of the generated media in pixels.
Learn more 2 resources
Provider Settings
Parameters specific to this model provider. These must be nested inside the providerSettings.recraft object.
providerSettings.recraft object.-
providerSettings»recraft»backgroundColorbackgroundColor
object -
Background color used for the generation.
Properties 1 property
-
providerSettings»recraft»backgroundColor»rgbrgb
array of integers required min: 0 max: 255 items: 3 -
Color as
[red, green, blue]array.
-
Midcentury Tea Tin Mascot
{
"taskType": "vectorize",
"taskUUID": "6c1a7e42-2c3e-4a40-9893-3f71518591f0",
"model": "recraft:v4-pro@vector",
"positivePrompt": "A polished vector-style packaging illustration for a premium tea brand: a cheerful red panda mascot balancing on an ornate tea tin, surrounded by stylized citrus slices, curling steam motifs, tea leaves, and geometric floral accents. Midcentury-inspired commercial design, bold clean outlines, flat layered shapes, elegant negative space, precise symmetry, scalable logo-friendly composition, highly legible silhouette, decorative label elements, refined print-ready vector aesthetic, no photorealism, no texture noise, no messy details.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
216,
92,
54
]
},
{
"rgb": [
44,
98,
74
]
},
{
"rgb": [
238,
196,
92
]
},
{
"rgb": [
34,
44,
60
]
},
{
"rgb": [
248,
240,
226
]
}
],
"backgroundColor": {
"rgb": [
248,
240,
226
]
}
}
}
}{
"taskType": "vectorize",
"taskUUID": "6c1a7e42-2c3e-4a40-9893-3f71518591f0",
"imageUUID": "daba6f94-759d-4009-954d-e345a86416ab",
"imageURL": "https://im.runware.ai/image/os/a25d05/ws/2/ii/daba6f94-759d-4009-954d-e345a86416ab.svg",
"cost": 0.3
}Memphis Koi Badge System
{
"taskType": "vectorize",
"taskUUID": "f4eaa860-fcbc-422c-b0e0-59be2abf4519",
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a clean scalable vector illustration for a premium stationery brand identity. Central subject: a stylized koi fish formed from bold geometric shapes, concentric fins, checker accents, dots, arcs, and asymmetric confetti motifs. Design language: contemporary Memphis-inspired vector branding, polished and minimal, balanced negative space, precise bezier-like curves, uniform line discipline, flat color blocking, no textures, no gradients, no photographic detail. Composition should feel like a versatile badge or packaging mark, centered with decorative secondary elements orbiting the fish in a tidy radial arrangement. Mood: upbeat, clever, design-forward, collectible. Emphasize crisp edges, simplified geometry, excellent silhouette readability, and print-friendly separation of color regions.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"backgroundColor": {
"rgb": [
248,
244,
236
]
},
"colors": [
{
"rgb": [
232,
94,
58
]
},
{
"rgb": [
34,
87,
122
]
},
{
"rgb": [
245,
196,
67
]
},
{
"rgb": [
28,
33,
41
]
},
{
"rgb": [
116,
185,
160
]
}
]
}
}
}{
"taskType": "vectorize",
"taskUUID": "f4eaa860-fcbc-422c-b0e0-59be2abf4519",
"imageUUID": "99ffaf99-dd69-439f-9c4e-d8047e67211f",
"imageURL": "https://im.runware.ai/image/os/a11d13/ws/2/ii/99ffaf99-dd69-439f-9c4e-d8047e67211f.svg",
"cost": 0.3
}Art Deco Citrus Emblem
{
"taskType": "vectorize",
"taskUUID": "f9b43848-50b8-41bb-a001-2bf7d0bef0cd",
"model": "recraft:v4-pro@vector",
"positivePrompt": "A refined vector emblem for a fictional sparkling citrus soda brand: a stylized sliced orange merged with a radiant sunburst, elegant Art Deco geometry, symmetrical badge composition, bold flat shapes, precise contour lines, minimal shading, premium packaging graphic, scalable logo-like illustration, decorative border details, clean negative space, sophisticated retro-futurist flair, highly polished commercial design, centered composition, no text, no mockup, no photorealism",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
240,
122,
32
]
},
{
"rgb": [
255,
196,
60
]
},
{
"rgb": [
24,
88,
68
]
},
{
"rgb": [
12,
34,
52
]
},
{
"rgb": [
248,
241,
227
]
}
],
"backgroundColor": {
"rgb": [
248,
241,
227
]
}
}
}
}{
"taskType": "vectorize",
"taskUUID": "f9b43848-50b8-41bb-a001-2bf7d0bef0cd",
"imageUUID": "bc5bdc5d-c86b-4a3c-b700-e931051d4251",
"imageURL": "https://im.runware.ai/image/os/a11d13/ws/2/ii/bc5bdc5d-c86b-4a3c-b700-e931051d4251.svg",
"cost": 0.3
}Playful Orchard Harvest Icons
{
"taskType": "vectorize",
"taskUUID": "85343ebb-9fde-43d2-bb21-70752a172ac3",
"model": "recraft:v4-pro@vector",
"positivePrompt": "A polished vector illustration sheet featuring a whimsical orchard harvest theme: sliced pear, fig, plum, apricot, wicker basket, garden shears, striped jam jar label, leaf clusters, small blossoms, and curling ribbons arranged in a balanced modular composition. Flat fills, crisp contours, simplified geometry, subtle layered shapes, strong negative space, boutique grocery branding aesthetic, cheerful and refined, highly legible scalable design, premium packaging graphic style, no photorealism, no texture noise, clean production-ready vector look.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
92,
126,
79
]
},
{
"rgb": [
214,
167,
92
]
},
{
"rgb": [
137,
70,
86
]
},
{
"rgb": [
242,
198,
170
]
},
{
"rgb": [
74,
54,
49
]
}
],
"backgroundColor": {
"rgb": [
248,
243,
232
]
}
}
}
}{
"taskType": "vectorize",
"taskUUID": "85343ebb-9fde-43d2-bb21-70752a172ac3",
"imageUUID": "cd31a1f6-8db4-4de3-b18e-3dfc0a7b3793",
"imageURL": "https://im.runware.ai/image/os/a09d21/ws/2/ii/cd31a1f6-8db4-4de3-b18e-3dfc0a7b3793.svg",
"cost": 0.3
}