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
Cryogenic Specimen Logistics Icon Set
Create a polished set of 12 original vector icons for cryogenic biological-specimen logistics, presented as a clean 6-column by 2-row system on one wide artboard. Include distinct symbols for: an insulated shipping container, a cryogenic vial, a rack of sample tubes, dry-ice pellets with vapor, a shield containing a snowflake, a gloved hand handling a vial, a temperature data logger, a thermometer with an alert symbol, a sealed quarantine crate, a chain-of-custody clipboard without writing, upright package-orientation arrows, and a secure handoff between two hands. Design these as a coherent professional icon family for biotech laboratories and medical couriers rather than playful clip art. Use bold geometric construction, clear silhouettes, gently rounded corners, consistent medium-weight outlines, uniform optical scale, balanced negative space, and simplified interior details that remain legible at small sizes. Place every icon inside its own subtle rounded-square tile with generous spacing and exact visual alignment. Use a precise limited palette of deep cobalt blue, cold cyan, high-visibility chartreuse, warm coral accents, charcoal outlines, and pale cool-gray tile backgrounds. Give critical warning details small coral accents and reserve chartreuse for status or handling cues. Flat vector artwork only: crisp closed shapes, smooth Bézier curves, minimal anchor-point complexity, no gradients, no shadows, no texture, no photorealism, no three-dimensional rendering. Maintain consistent line caps, corner radii, stroke weight, and perspective across all 12 icons. The overall composition should resemble a carefully authored editable SVG asset sheet suitable for packaging labels, SOP manuals, wayfinding, and laboratory training graphics. No words, letters, numbers, captions, logos, interface controls, browser frame, app screen, or product mockup.
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: 'Create a polished set of 12 original vector icons for cryogenic biological-specimen logistics, presented as a clean 6-column by 2-row system on one wide artboard. Include distinct symbols for: an insulated shipping container, a cryogenic vial, a rack of sample tubes, dry-ice pellets with vapor, a shield containing a snowflake, a gloved hand handling a vial, a temperature data logger, a thermometer with an alert symbol, a sealed quarantine crate, a chain-of-custody clipboard without writing, upright package-orientation arrows, and a secure handoff between two hands. Design these as a coherent professional icon family for biotech laboratories and medical couriers rather than playful clip art. Use bold geometric construction, clear silhouettes, gently rounded corners, consistent medium-weight outlines, uniform optical scale, balanced negative space, and simplified interior details that remain legible at small sizes. Place every icon inside its own subtle rounded-square tile with generous spacing and exact visual alignment. Use a precise limited palette of deep cobalt blue, cold cyan, high-visibility chartreuse, warm coral accents, charcoal outlines, and pale cool-gray tile backgrounds. Give critical warning details small coral accents and reserve chartreuse for status or handling cues. Flat vector artwork only: crisp closed shapes, smooth Bézier curves, minimal anchor-point complexity, no gradients, no shadows, no texture, no photorealism, no three-dimensional rendering. Maintain consistent line caps, corner radii, stroke weight, and perspective across all 12 icons. The overall composition should resemble a carefully authored editable SVG asset sheet suitable for packaging labels, SOP manuals, wayfinding, and laboratory training graphics. No words, letters, numbers, captions, logos, interface controls, browser frame, app screen, or product mockup.',
width: 1536,
height: 768
})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": "Create a polished set of 12 original vector icons for cryogenic biological-specimen logistics, presented as a clean 6-column by 2-row system on one wide artboard. Include distinct symbols for: an insulated shipping container, a cryogenic vial, a rack of sample tubes, dry-ice pellets with vapor, a shield containing a snowflake, a gloved hand handling a vial, a temperature data logger, a thermometer with an alert symbol, a sealed quarantine crate, a chain-of-custody clipboard without writing, upright package-orientation arrows, and a secure handoff between two hands. Design these as a coherent professional icon family for biotech laboratories and medical couriers rather than playful clip art. Use bold geometric construction, clear silhouettes, gently rounded corners, consistent medium-weight outlines, uniform optical scale, balanced negative space, and simplified interior details that remain legible at small sizes. Place every icon inside its own subtle rounded-square tile with generous spacing and exact visual alignment. Use a precise limited palette of deep cobalt blue, cold cyan, high-visibility chartreuse, warm coral accents, charcoal outlines, and pale cool-gray tile backgrounds. Give critical warning details small coral accents and reserve chartreuse for status or handling cues. Flat vector artwork only: crisp closed shapes, smooth Bézier curves, minimal anchor-point complexity, no gradients, no shadows, no texture, no photorealism, no three-dimensional rendering. Maintain consistent line caps, corner radii, stroke weight, and perspective across all 12 icons. The overall composition should resemble a carefully authored editable SVG asset sheet suitable for packaging labels, SOP manuals, wayfinding, and laboratory training graphics. No words, letters, numbers, captions, logos, interface controls, browser frame, app screen, or product mockup.",
"width": 1536,
"height": 768
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "cf89ce81-5b7d-45b0-9495-ffad41a631f8",
"model": "recraft:v4@vector",
"positivePrompt": "Create a polished set of 12 original vector icons for cryogenic biological-specimen logistics, presented as a clean 6-column by 2-row system on one wide artboard. Include distinct symbols for: an insulated shipping container, a cryogenic vial, a rack of sample tubes, dry-ice pellets with vapor, a shield containing a snowflake, a gloved hand handling a vial, a temperature data logger, a thermometer with an alert symbol, a sealed quarantine crate, a chain-of-custody clipboard without writing, upright package-orientation arrows, and a secure handoff between two hands. Design these as a coherent professional icon family for biotech laboratories and medical couriers rather than playful clip art. Use bold geometric construction, clear silhouettes, gently rounded corners, consistent medium-weight outlines, uniform optical scale, balanced negative space, and simplified interior details that remain legible at small sizes. Place every icon inside its own subtle rounded-square tile with generous spacing and exact visual alignment. Use a precise limited palette of deep cobalt blue, cold cyan, high-visibility chartreuse, warm coral accents, charcoal outlines, and pale cool-gray tile backgrounds. Give critical warning details small coral accents and reserve chartreuse for status or handling cues. Flat vector artwork only: crisp closed shapes, smooth Bézier curves, minimal anchor-point complexity, no gradients, no shadows, no texture, no photorealism, no three-dimensional rendering. Maintain consistent line caps, corner radii, stroke weight, and perspective across all 12 icons. The overall composition should resemble a carefully authored editable SVG asset sheet suitable for packaging labels, SOP manuals, wayfinding, and laboratory training graphics. No words, letters, numbers, captions, logos, interface controls, browser frame, app screen, or product mockup.",
"width": 1536,
"height": 768
}
]'runware run recraft:v4@vector \
positivePrompt="Create a polished set of 12 original vector icons for cryogenic biological-specimen logistics, presented as a clean 6-column by 2-row system on one wide artboard. Include distinct symbols for: an insulated shipping container, a cryogenic vial, a rack of sample tubes, dry-ice pellets with vapor, a shield containing a snowflake, a gloved hand handling a vial, a temperature data logger, a thermometer with an alert symbol, a sealed quarantine crate, a chain-of-custody clipboard without writing, upright package-orientation arrows, and a secure handoff between two hands. Design these as a coherent professional icon family for biotech laboratories and medical couriers rather than playful clip art. Use bold geometric construction, clear silhouettes, gently rounded corners, consistent medium-weight outlines, uniform optical scale, balanced negative space, and simplified interior details that remain legible at small sizes. Place every icon inside its own subtle rounded-square tile with generous spacing and exact visual alignment. Use a precise limited palette of deep cobalt blue, cold cyan, high-visibility chartreuse, warm coral accents, charcoal outlines, and pale cool-gray tile backgrounds. Give critical warning details small coral accents and reserve chartreuse for status or handling cues. Flat vector artwork only: crisp closed shapes, smooth Bézier curves, minimal anchor-point complexity, no gradients, no shadows, no texture, no photorealism, no three-dimensional rendering. Maintain consistent line caps, corner radii, stroke weight, and perspective across all 12 icons. The overall composition should resemble a carefully authored editable SVG asset sheet suitable for packaging labels, SOP manuals, wayfinding, and laboratory training graphics. No words, letters, numbers, captions, logos, interface controls, browser frame, app screen, or product mockup." \
width=1536 \
height=768{
"taskType": "vectorize",
"taskUUID": "cf89ce81-5b7d-45b0-9495-ffad41a631f8",
"model": "recraft:v4@vector",
"positivePrompt": "Create a polished set of 12 original vector icons for cryogenic biological-specimen logistics, presented as a clean 6-column by 2-row system on one wide artboard. Include distinct symbols for: an insulated shipping container, a cryogenic vial, a rack of sample tubes, dry-ice pellets with vapor, a shield containing a snowflake, a gloved hand handling a vial, a temperature data logger, a thermometer with an alert symbol, a sealed quarantine crate, a chain-of-custody clipboard without writing, upright package-orientation arrows, and a secure handoff between two hands. Design these as a coherent professional icon family for biotech laboratories and medical couriers rather than playful clip art. Use bold geometric construction, clear silhouettes, gently rounded corners, consistent medium-weight outlines, uniform optical scale, balanced negative space, and simplified interior details that remain legible at small sizes. Place every icon inside its own subtle rounded-square tile with generous spacing and exact visual alignment. Use a precise limited palette of deep cobalt blue, cold cyan, high-visibility chartreuse, warm coral accents, charcoal outlines, and pale cool-gray tile backgrounds. Give critical warning details small coral accents and reserve chartreuse for status or handling cues. Flat vector artwork only: crisp closed shapes, smooth Bézier curves, minimal anchor-point complexity, no gradients, no shadows, no texture, no photorealism, no three-dimensional rendering. Maintain consistent line caps, corner radii, stroke weight, and perspective across all 12 icons. The overall composition should resemble a carefully authored editable SVG asset sheet suitable for packaging labels, SOP manuals, wayfinding, and laboratory training graphics. No words, letters, numbers, captions, logos, interface controls, browser frame, app screen, or product mockup.",
"width": 1536,
"height": 768
}{
"taskType": "vectorize",
"taskUUID": "cf89ce81-5b7d-45b0-9495-ffad41a631f8",
"imageUUID": "77e2318b-16f2-47ae-8f3f-ee04ce58a09c",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/77e2318b-16f2-47ae-8f3f-ee04ce58a09c.svg",
"cost": 0.08
}Urban Apiary Operations Icon Set
Create an original, polished vector icon set for a professional urban apiary operations program. Present twelve distinct pictograms in a precise 4-by-3 grid on a warm ivory background, with generous spacing and no surrounding interface or mockup. Subjects: protective beekeeper veil, smoking hive tool, stacked rooftop hive, removable honey frame, queen bee with a small marking dot, soft bee brush, swarm collection box, shallow bee water station, varroa mite inspection tray, honey extraction spinner, sting first-aid kit, and pesticide-free garden shield. Give every icon a clear, immediately readable silhouette and consistent visual weight. Art direction: modern municipal wayfinding graphics with subtle 1970s environmental-design character; bold rounded geometry, clipped corners, compact negative-space details, and a restrained combination of solid fills and uniform heavy outlines. Build insects from simplified oval and wing shapes rather than realistic anatomy. Use an intentional palette of charcoal black, deep slate blue, golden ochre, muted coral, and warm ivory. Keep each icon visually self-contained and balanced inside an implied square tile, but do not draw tile borders. Use flat colors only, clean curves, crisp joins, minimal anchor-point complexity, no gradients, no shadows, no texture, no photorealism, no text, no letters, and no numbers. Ensure the result feels like a cohesive, production-ready editable SVG symbol family suitable for safety decals, printed field guides, packaging labels, and large-format rooftop signage.
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: 'Create an original, polished vector icon set for a professional urban apiary operations program. Present twelve distinct pictograms in a precise 4-by-3 grid on a warm ivory background, with generous spacing and no surrounding interface or mockup. Subjects: protective beekeeper veil, smoking hive tool, stacked rooftop hive, removable honey frame, queen bee with a small marking dot, soft bee brush, swarm collection box, shallow bee water station, varroa mite inspection tray, honey extraction spinner, sting first-aid kit, and pesticide-free garden shield. Give every icon a clear, immediately readable silhouette and consistent visual weight. Art direction: modern municipal wayfinding graphics with subtle 1970s environmental-design character; bold rounded geometry, clipped corners, compact negative-space details, and a restrained combination of solid fills and uniform heavy outlines. Build insects from simplified oval and wing shapes rather than realistic anatomy. Use an intentional palette of charcoal black, deep slate blue, golden ochre, muted coral, and warm ivory. Keep each icon visually self-contained and balanced inside an implied square tile, but do not draw tile borders. Use flat colors only, clean curves, crisp joins, minimal anchor-point complexity, no gradients, no shadows, no texture, no photorealism, no text, no letters, and no numbers. Ensure the result feels like a cohesive, production-ready editable SVG symbol family suitable for safety decals, printed field guides, packaging labels, and large-format rooftop signage.',
width: 1024,
height: 1024
})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": "Create an original, polished vector icon set for a professional urban apiary operations program. Present twelve distinct pictograms in a precise 4-by-3 grid on a warm ivory background, with generous spacing and no surrounding interface or mockup. Subjects: protective beekeeper veil, smoking hive tool, stacked rooftop hive, removable honey frame, queen bee with a small marking dot, soft bee brush, swarm collection box, shallow bee water station, varroa mite inspection tray, honey extraction spinner, sting first-aid kit, and pesticide-free garden shield. Give every icon a clear, immediately readable silhouette and consistent visual weight. Art direction: modern municipal wayfinding graphics with subtle 1970s environmental-design character; bold rounded geometry, clipped corners, compact negative-space details, and a restrained combination of solid fills and uniform heavy outlines. Build insects from simplified oval and wing shapes rather than realistic anatomy. Use an intentional palette of charcoal black, deep slate blue, golden ochre, muted coral, and warm ivory. Keep each icon visually self-contained and balanced inside an implied square tile, but do not draw tile borders. Use flat colors only, clean curves, crisp joins, minimal anchor-point complexity, no gradients, no shadows, no texture, no photorealism, no text, no letters, and no numbers. Ensure the result feels like a cohesive, production-ready editable SVG symbol family suitable for safety decals, printed field guides, packaging labels, and large-format rooftop signage.",
"width": 1024,
"height": 1024
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "55624da3-eabc-4a09-b867-ff8dd0ec38a9",
"model": "recraft:v4@vector",
"positivePrompt": "Create an original, polished vector icon set for a professional urban apiary operations program. Present twelve distinct pictograms in a precise 4-by-3 grid on a warm ivory background, with generous spacing and no surrounding interface or mockup. Subjects: protective beekeeper veil, smoking hive tool, stacked rooftop hive, removable honey frame, queen bee with a small marking dot, soft bee brush, swarm collection box, shallow bee water station, varroa mite inspection tray, honey extraction spinner, sting first-aid kit, and pesticide-free garden shield. Give every icon a clear, immediately readable silhouette and consistent visual weight. Art direction: modern municipal wayfinding graphics with subtle 1970s environmental-design character; bold rounded geometry, clipped corners, compact negative-space details, and a restrained combination of solid fills and uniform heavy outlines. Build insects from simplified oval and wing shapes rather than realistic anatomy. Use an intentional palette of charcoal black, deep slate blue, golden ochre, muted coral, and warm ivory. Keep each icon visually self-contained and balanced inside an implied square tile, but do not draw tile borders. Use flat colors only, clean curves, crisp joins, minimal anchor-point complexity, no gradients, no shadows, no texture, no photorealism, no text, no letters, and no numbers. Ensure the result feels like a cohesive, production-ready editable SVG symbol family suitable for safety decals, printed field guides, packaging labels, and large-format rooftop signage.",
"width": 1024,
"height": 1024
}
]'runware run recraft:v4@vector \
positivePrompt="Create an original, polished vector icon set for a professional urban apiary operations program. Present twelve distinct pictograms in a precise 4-by-3 grid on a warm ivory background, with generous spacing and no surrounding interface or mockup. Subjects: protective beekeeper veil, smoking hive tool, stacked rooftop hive, removable honey frame, queen bee with a small marking dot, soft bee brush, swarm collection box, shallow bee water station, varroa mite inspection tray, honey extraction spinner, sting first-aid kit, and pesticide-free garden shield. Give every icon a clear, immediately readable silhouette and consistent visual weight. Art direction: modern municipal wayfinding graphics with subtle 1970s environmental-design character; bold rounded geometry, clipped corners, compact negative-space details, and a restrained combination of solid fills and uniform heavy outlines. Build insects from simplified oval and wing shapes rather than realistic anatomy. Use an intentional palette of charcoal black, deep slate blue, golden ochre, muted coral, and warm ivory. Keep each icon visually self-contained and balanced inside an implied square tile, but do not draw tile borders. Use flat colors only, clean curves, crisp joins, minimal anchor-point complexity, no gradients, no shadows, no texture, no photorealism, no text, no letters, and no numbers. Ensure the result feels like a cohesive, production-ready editable SVG symbol family suitable for safety decals, printed field guides, packaging labels, and large-format rooftop signage." \
width=1024 \
height=1024{
"taskType": "vectorize",
"taskUUID": "55624da3-eabc-4a09-b867-ff8dd0ec38a9",
"model": "recraft:v4@vector",
"positivePrompt": "Create an original, polished vector icon set for a professional urban apiary operations program. Present twelve distinct pictograms in a precise 4-by-3 grid on a warm ivory background, with generous spacing and no surrounding interface or mockup. Subjects: protective beekeeper veil, smoking hive tool, stacked rooftop hive, removable honey frame, queen bee with a small marking dot, soft bee brush, swarm collection box, shallow bee water station, varroa mite inspection tray, honey extraction spinner, sting first-aid kit, and pesticide-free garden shield. Give every icon a clear, immediately readable silhouette and consistent visual weight. Art direction: modern municipal wayfinding graphics with subtle 1970s environmental-design character; bold rounded geometry, clipped corners, compact negative-space details, and a restrained combination of solid fills and uniform heavy outlines. Build insects from simplified oval and wing shapes rather than realistic anatomy. Use an intentional palette of charcoal black, deep slate blue, golden ochre, muted coral, and warm ivory. Keep each icon visually self-contained and balanced inside an implied square tile, but do not draw tile borders. Use flat colors only, clean curves, crisp joins, minimal anchor-point complexity, no gradients, no shadows, no texture, no photorealism, no text, no letters, and no numbers. Ensure the result feels like a cohesive, production-ready editable SVG symbol family suitable for safety decals, printed field guides, packaging labels, and large-format rooftop signage.",
"width": 1024,
"height": 1024
}{
"taskType": "vectorize",
"taskUUID": "55624da3-eabc-4a09-b867-ff8dd0ec38a9",
"imageUUID": "4f36602a-ce89-4053-b1bb-165bb09ab5f2",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/4f36602a-ce89-4053-b1bb-165bb09ab5f2.svg",
"cost": 0.08
}Geothermal Utility Campaign Key Visual
Create an original, polished landscape vector key visual for a brand marketing campaign promoting city-scale geothermal heating. Show a lively modern neighborhood above ground and the hidden geothermal system beneath it in one elegant cutaway composition. Across the upper third, depict a compact city block with recognizable silhouettes: mid-rise apartments, a library, a greenhouse, street trees, pedestrians, bicycles, and a small electric bus. Below the ground line, transform the earth into sweeping geological strata surrounding a precise network of deep geothermal wells and looping pipes. Use warm vermilion paths rising from the earth and cool cobalt return paths descending underground, clearly communicating a continuous renewable heat cycle without technical labels. Make the pipe network form a subtle circular flow that visually unifies the entire campaign image. Art direction: bold contemporary editorial vector illustration with architectural precision, inspired by public-infrastructure diagrams and premium European transit graphics. Use simplified geometric buildings, crisp silhouettes, balanced asymmetry, rhythmic curves, intentional negative space, and a strong left-to-right visual flow. Make the underground section the visual hero, occupying roughly two thirds of the image. Include distinct rock layers, a deep hot-water reservoir, small directional arrows integrated as graphic shapes, and clean junction details that remain legible at billboard scale. Keep people and vehicles minimal but expressive, using simple modular forms rather than character-detail rendering. Use a tightly controlled palette of warm ivory, deep charcoal, saturated cobalt blue, mineral teal, terracotta red, and a small amount of golden yellow. Flat color fields with limited subtle tonal layering only; no photorealism, no grain, no painterly texture, no 3D rendering, and no complex lighting effects. Construct the artwork from clean closed shapes, smooth Bézier curves, consistent line weights, separated color regions, and economical path geometry suitable for editable scalable SVG production. Preserve clear boundaries between every object and avoid tiny decorative details. Premium, optimistic, intelligent, civic-minded mood. No text, no letters, no numbers, no logos, no border, no interface, and no advertising mockup; output the finished standalone campaign artwork.
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: 'Create an original, polished landscape vector key visual for a brand marketing campaign promoting city-scale geothermal heating. Show a lively modern neighborhood above ground and the hidden geothermal system beneath it in one elegant cutaway composition. Across the upper third, depict a compact city block with recognizable silhouettes: mid-rise apartments, a library, a greenhouse, street trees, pedestrians, bicycles, and a small electric bus. Below the ground line, transform the earth into sweeping geological strata surrounding a precise network of deep geothermal wells and looping pipes. Use warm vermilion paths rising from the earth and cool cobalt return paths descending underground, clearly communicating a continuous renewable heat cycle without technical labels. Make the pipe network form a subtle circular flow that visually unifies the entire campaign image.\n\nArt direction: bold contemporary editorial vector illustration with architectural precision, inspired by public-infrastructure diagrams and premium European transit graphics. Use simplified geometric buildings, crisp silhouettes, balanced asymmetry, rhythmic curves, intentional negative space, and a strong left-to-right visual flow. Make the underground section the visual hero, occupying roughly two thirds of the image. Include distinct rock layers, a deep hot-water reservoir, small directional arrows integrated as graphic shapes, and clean junction details that remain legible at billboard scale. Keep people and vehicles minimal but expressive, using simple modular forms rather than character-detail rendering.\n\nUse a tightly controlled palette of warm ivory, deep charcoal, saturated cobalt blue, mineral teal, terracotta red, and a small amount of golden yellow. Flat color fields with limited subtle tonal layering only; no photorealism, no grain, no painterly texture, no 3D rendering, and no complex lighting effects. Construct the artwork from clean closed shapes, smooth Bézier curves, consistent line weights, separated color regions, and economical path geometry suitable for editable scalable SVG production. Preserve clear boundaries between every object and avoid tiny decorative details. Premium, optimistic, intelligent, civic-minded mood. No text, no letters, no numbers, no logos, no border, no interface, and no advertising mockup; output the finished standalone campaign artwork.',
width: 1536,
height: 768
})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": "Create an original, polished landscape vector key visual for a brand marketing campaign promoting city-scale geothermal heating. Show a lively modern neighborhood above ground and the hidden geothermal system beneath it in one elegant cutaway composition. Across the upper third, depict a compact city block with recognizable silhouettes: mid-rise apartments, a library, a greenhouse, street trees, pedestrians, bicycles, and a small electric bus. Below the ground line, transform the earth into sweeping geological strata surrounding a precise network of deep geothermal wells and looping pipes. Use warm vermilion paths rising from the earth and cool cobalt return paths descending underground, clearly communicating a continuous renewable heat cycle without technical labels. Make the pipe network form a subtle circular flow that visually unifies the entire campaign image.\n\nArt direction: bold contemporary editorial vector illustration with architectural precision, inspired by public-infrastructure diagrams and premium European transit graphics. Use simplified geometric buildings, crisp silhouettes, balanced asymmetry, rhythmic curves, intentional negative space, and a strong left-to-right visual flow. Make the underground section the visual hero, occupying roughly two thirds of the image. Include distinct rock layers, a deep hot-water reservoir, small directional arrows integrated as graphic shapes, and clean junction details that remain legible at billboard scale. Keep people and vehicles minimal but expressive, using simple modular forms rather than character-detail rendering.\n\nUse a tightly controlled palette of warm ivory, deep charcoal, saturated cobalt blue, mineral teal, terracotta red, and a small amount of golden yellow. Flat color fields with limited subtle tonal layering only; no photorealism, no grain, no painterly texture, no 3D rendering, and no complex lighting effects. Construct the artwork from clean closed shapes, smooth Bézier curves, consistent line weights, separated color regions, and economical path geometry suitable for editable scalable SVG production. Preserve clear boundaries between every object and avoid tiny decorative details. Premium, optimistic, intelligent, civic-minded mood. No text, no letters, no numbers, no logos, no border, no interface, and no advertising mockup; output the finished standalone campaign artwork.",
"width": 1536,
"height": 768
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "86750719-24ed-4106-8096-532f4389b71e",
"model": "recraft:v4@vector",
"positivePrompt": "Create an original, polished landscape vector key visual for a brand marketing campaign promoting city-scale geothermal heating. Show a lively modern neighborhood above ground and the hidden geothermal system beneath it in one elegant cutaway composition. Across the upper third, depict a compact city block with recognizable silhouettes: mid-rise apartments, a library, a greenhouse, street trees, pedestrians, bicycles, and a small electric bus. Below the ground line, transform the earth into sweeping geological strata surrounding a precise network of deep geothermal wells and looping pipes. Use warm vermilion paths rising from the earth and cool cobalt return paths descending underground, clearly communicating a continuous renewable heat cycle without technical labels. Make the pipe network form a subtle circular flow that visually unifies the entire campaign image.\n\nArt direction: bold contemporary editorial vector illustration with architectural precision, inspired by public-infrastructure diagrams and premium European transit graphics. Use simplified geometric buildings, crisp silhouettes, balanced asymmetry, rhythmic curves, intentional negative space, and a strong left-to-right visual flow. Make the underground section the visual hero, occupying roughly two thirds of the image. Include distinct rock layers, a deep hot-water reservoir, small directional arrows integrated as graphic shapes, and clean junction details that remain legible at billboard scale. Keep people and vehicles minimal but expressive, using simple modular forms rather than character-detail rendering.\n\nUse a tightly controlled palette of warm ivory, deep charcoal, saturated cobalt blue, mineral teal, terracotta red, and a small amount of golden yellow. Flat color fields with limited subtle tonal layering only; no photorealism, no grain, no painterly texture, no 3D rendering, and no complex lighting effects. Construct the artwork from clean closed shapes, smooth Bézier curves, consistent line weights, separated color regions, and economical path geometry suitable for editable scalable SVG production. Preserve clear boundaries between every object and avoid tiny decorative details. Premium, optimistic, intelligent, civic-minded mood. No text, no letters, no numbers, no logos, no border, no interface, and no advertising mockup; output the finished standalone campaign artwork.",
"width": 1536,
"height": 768
}
]'runware run recraft:v4@vector \
positivePrompt="Create an original, polished landscape vector key visual for a brand marketing campaign promoting city-scale geothermal heating. Show a lively modern neighborhood above ground and the hidden geothermal system beneath it in one elegant cutaway composition. Across the upper third, depict a compact city block with recognizable silhouettes: mid-rise apartments, a library, a greenhouse, street trees, pedestrians, bicycles, and a small electric bus. Below the ground line, transform the earth into sweeping geological strata surrounding a precise network of deep geothermal wells and looping pipes. Use warm vermilion paths rising from the earth and cool cobalt return paths descending underground, clearly communicating a continuous renewable heat cycle without technical labels. Make the pipe network form a subtle circular flow that visually unifies the entire campaign image.
Art direction: bold contemporary editorial vector illustration with architectural precision, inspired by public-infrastructure diagrams and premium European transit graphics. Use simplified geometric buildings, crisp silhouettes, balanced asymmetry, rhythmic curves, intentional negative space, and a strong left-to-right visual flow. Make the underground section the visual hero, occupying roughly two thirds of the image. Include distinct rock layers, a deep hot-water reservoir, small directional arrows integrated as graphic shapes, and clean junction details that remain legible at billboard scale. Keep people and vehicles minimal but expressive, using simple modular forms rather than character-detail rendering.
Use a tightly controlled palette of warm ivory, deep charcoal, saturated cobalt blue, mineral teal, terracotta red, and a small amount of golden yellow. Flat color fields with limited subtle tonal layering only; no photorealism, no grain, no painterly texture, no 3D rendering, and no complex lighting effects. Construct the artwork from clean closed shapes, smooth Bézier curves, consistent line weights, separated color regions, and economical path geometry suitable for editable scalable SVG production. Preserve clear boundaries between every object and avoid tiny decorative details. Premium, optimistic, intelligent, civic-minded mood. No text, no letters, no numbers, no logos, no border, no interface, and no advertising mockup; output the finished standalone campaign artwork." \
width=1536 \
height=768{
"taskType": "vectorize",
"taskUUID": "86750719-24ed-4106-8096-532f4389b71e",
"model": "recraft:v4@vector",
"positivePrompt": "Create an original, polished landscape vector key visual for a brand marketing campaign promoting city-scale geothermal heating. Show a lively modern neighborhood above ground and the hidden geothermal system beneath it in one elegant cutaway composition. Across the upper third, depict a compact city block with recognizable silhouettes: mid-rise apartments, a library, a greenhouse, street trees, pedestrians, bicycles, and a small electric bus. Below the ground line, transform the earth into sweeping geological strata surrounding a precise network of deep geothermal wells and looping pipes. Use warm vermilion paths rising from the earth and cool cobalt return paths descending underground, clearly communicating a continuous renewable heat cycle without technical labels. Make the pipe network form a subtle circular flow that visually unifies the entire campaign image.\n\nArt direction: bold contemporary editorial vector illustration with architectural precision, inspired by public-infrastructure diagrams and premium European transit graphics. Use simplified geometric buildings, crisp silhouettes, balanced asymmetry, rhythmic curves, intentional negative space, and a strong left-to-right visual flow. Make the underground section the visual hero, occupying roughly two thirds of the image. Include distinct rock layers, a deep hot-water reservoir, small directional arrows integrated as graphic shapes, and clean junction details that remain legible at billboard scale. Keep people and vehicles minimal but expressive, using simple modular forms rather than character-detail rendering.\n\nUse a tightly controlled palette of warm ivory, deep charcoal, saturated cobalt blue, mineral teal, terracotta red, and a small amount of golden yellow. Flat color fields with limited subtle tonal layering only; no photorealism, no grain, no painterly texture, no 3D rendering, and no complex lighting effects. Construct the artwork from clean closed shapes, smooth Bézier curves, consistent line weights, separated color regions, and economical path geometry suitable for editable scalable SVG production. Preserve clear boundaries between every object and avoid tiny decorative details. Premium, optimistic, intelligent, civic-minded mood. No text, no letters, no numbers, no logos, no border, no interface, and no advertising mockup; output the finished standalone campaign artwork.",
"width": 1536,
"height": 768
}{
"taskType": "vectorize",
"taskUUID": "86750719-24ed-4106-8096-532f4389b71e",
"imageUUID": "f459e948-5864-4018-a187-d70ae8c416b7",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/f459e948-5864-4018-a187-d70ae8c416b7.svg",
"cost": 0.08
}Avalanche Forecaster Persona Portrait
Create an original, polished vector persona portrait for a mountain-safety organization’s avalanche education campaign. Depict a capable middle-aged female avalanche forecaster in a waist-up three-quarter view, looking directly toward the viewer with a calm, alert, trustworthy expression. Establish memorable, repeatable character features: angular oval face, warm brown skin, dark cropped curls with one bold silver streak above the right temple, slightly arched eyebrows, a small notch through the left eyebrow, oval signal-orange glasses, and one simple hexagonal snow-crystal earring. She wears a midnight-navy technical rescue shell with a high glacier-blue collar, an asymmetric orange waterproof zipper, a compact radio microphone clipped at the shoulder, and a graphite field strap crossing the chest. One gloved hand holds a small rectangular slope inclinometer close to her torso; keep the device face abstract and free of numbers or text. Use a crisp contemporary editorial-vector style influenced by technical cartography and alpine safety diagrams. Build the face, hair, clothing, and equipment from deliberate closed shapes with clean Bézier contours, economical anchor-point logic, controlled overlaps, and clearly separated color regions suitable for editing as SVG artwork. Preserve natural facial character while simplifying planes into confident geometric forms. Use limited cel-style shadow shapes rather than gradients, photorealistic rendering, airbrush effects, or raster texture. Frame the figure as one strong, unmistakable silhouette centered within a square composition. Behind her, create a restrained abstract mountain cross-section using broad glacier-blue facets, thin snow-white topographic contour arcs, and one diagonal signal-orange fracture line suggesting an avalanche slab. Keep these background elements spacious and secondary so the face remains the focal point. Add a simple circular halo shape behind the head for separation, but no badge border and no emblem. Palette: midnight navy, glacier blue, snow white, warm brown, charcoal graphite, and signal orange, with excellent contrast and consistent line weight. Mood: expert, composed, vigilant, humane, and field-ready. Deliver a finished standalone vector illustration with no typography, captions, logos, branding, watermark, mockup, interface, decorative frame, or photorealistic effects.
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: 'Create an original, polished vector persona portrait for a mountain-safety organization’s avalanche education campaign. Depict a capable middle-aged female avalanche forecaster in a waist-up three-quarter view, looking directly toward the viewer with a calm, alert, trustworthy expression. Establish memorable, repeatable character features: angular oval face, warm brown skin, dark cropped curls with one bold silver streak above the right temple, slightly arched eyebrows, a small notch through the left eyebrow, oval signal-orange glasses, and one simple hexagonal snow-crystal earring. She wears a midnight-navy technical rescue shell with a high glacier-blue collar, an asymmetric orange waterproof zipper, a compact radio microphone clipped at the shoulder, and a graphite field strap crossing the chest. One gloved hand holds a small rectangular slope inclinometer close to her torso; keep the device face abstract and free of numbers or text.\n\nUse a crisp contemporary editorial-vector style influenced by technical cartography and alpine safety diagrams. Build the face, hair, clothing, and equipment from deliberate closed shapes with clean Bézier contours, economical anchor-point logic, controlled overlaps, and clearly separated color regions suitable for editing as SVG artwork. Preserve natural facial character while simplifying planes into confident geometric forms. Use limited cel-style shadow shapes rather than gradients, photorealistic rendering, airbrush effects, or raster texture.\n\nFrame the figure as one strong, unmistakable silhouette centered within a square composition. Behind her, create a restrained abstract mountain cross-section using broad glacier-blue facets, thin snow-white topographic contour arcs, and one diagonal signal-orange fracture line suggesting an avalanche slab. Keep these background elements spacious and secondary so the face remains the focal point. Add a simple circular halo shape behind the head for separation, but no badge border and no emblem. Palette: midnight navy, glacier blue, snow white, warm brown, charcoal graphite, and signal orange, with excellent contrast and consistent line weight. Mood: expert, composed, vigilant, humane, and field-ready. Deliver a finished standalone vector illustration with no typography, captions, logos, branding, watermark, mockup, interface, decorative frame, or photorealistic effects.',
width: 1024,
height: 1024
})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": "Create an original, polished vector persona portrait for a mountain-safety organization’s avalanche education campaign. Depict a capable middle-aged female avalanche forecaster in a waist-up three-quarter view, looking directly toward the viewer with a calm, alert, trustworthy expression. Establish memorable, repeatable character features: angular oval face, warm brown skin, dark cropped curls with one bold silver streak above the right temple, slightly arched eyebrows, a small notch through the left eyebrow, oval signal-orange glasses, and one simple hexagonal snow-crystal earring. She wears a midnight-navy technical rescue shell with a high glacier-blue collar, an asymmetric orange waterproof zipper, a compact radio microphone clipped at the shoulder, and a graphite field strap crossing the chest. One gloved hand holds a small rectangular slope inclinometer close to her torso; keep the device face abstract and free of numbers or text.\n\nUse a crisp contemporary editorial-vector style influenced by technical cartography and alpine safety diagrams. Build the face, hair, clothing, and equipment from deliberate closed shapes with clean Bézier contours, economical anchor-point logic, controlled overlaps, and clearly separated color regions suitable for editing as SVG artwork. Preserve natural facial character while simplifying planes into confident geometric forms. Use limited cel-style shadow shapes rather than gradients, photorealistic rendering, airbrush effects, or raster texture.\n\nFrame the figure as one strong, unmistakable silhouette centered within a square composition. Behind her, create a restrained abstract mountain cross-section using broad glacier-blue facets, thin snow-white topographic contour arcs, and one diagonal signal-orange fracture line suggesting an avalanche slab. Keep these background elements spacious and secondary so the face remains the focal point. Add a simple circular halo shape behind the head for separation, but no badge border and no emblem. Palette: midnight navy, glacier blue, snow white, warm brown, charcoal graphite, and signal orange, with excellent contrast and consistent line weight. Mood: expert, composed, vigilant, humane, and field-ready. Deliver a finished standalone vector illustration with no typography, captions, logos, branding, watermark, mockup, interface, decorative frame, or photorealistic effects.",
"width": 1024,
"height": 1024
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "a347cd07-7591-4f67-868e-a39eb42dfd49",
"model": "recraft:v4@vector",
"positivePrompt": "Create an original, polished vector persona portrait for a mountain-safety organization’s avalanche education campaign. Depict a capable middle-aged female avalanche forecaster in a waist-up three-quarter view, looking directly toward the viewer with a calm, alert, trustworthy expression. Establish memorable, repeatable character features: angular oval face, warm brown skin, dark cropped curls with one bold silver streak above the right temple, slightly arched eyebrows, a small notch through the left eyebrow, oval signal-orange glasses, and one simple hexagonal snow-crystal earring. She wears a midnight-navy technical rescue shell with a high glacier-blue collar, an asymmetric orange waterproof zipper, a compact radio microphone clipped at the shoulder, and a graphite field strap crossing the chest. One gloved hand holds a small rectangular slope inclinometer close to her torso; keep the device face abstract and free of numbers or text.\n\nUse a crisp contemporary editorial-vector style influenced by technical cartography and alpine safety diagrams. Build the face, hair, clothing, and equipment from deliberate closed shapes with clean Bézier contours, economical anchor-point logic, controlled overlaps, and clearly separated color regions suitable for editing as SVG artwork. Preserve natural facial character while simplifying planes into confident geometric forms. Use limited cel-style shadow shapes rather than gradients, photorealistic rendering, airbrush effects, or raster texture.\n\nFrame the figure as one strong, unmistakable silhouette centered within a square composition. Behind her, create a restrained abstract mountain cross-section using broad glacier-blue facets, thin snow-white topographic contour arcs, and one diagonal signal-orange fracture line suggesting an avalanche slab. Keep these background elements spacious and secondary so the face remains the focal point. Add a simple circular halo shape behind the head for separation, but no badge border and no emblem. Palette: midnight navy, glacier blue, snow white, warm brown, charcoal graphite, and signal orange, with excellent contrast and consistent line weight. Mood: expert, composed, vigilant, humane, and field-ready. Deliver a finished standalone vector illustration with no typography, captions, logos, branding, watermark, mockup, interface, decorative frame, or photorealistic effects.",
"width": 1024,
"height": 1024
}
]'runware run recraft:v4@vector \
positivePrompt="Create an original, polished vector persona portrait for a mountain-safety organization’s avalanche education campaign. Depict a capable middle-aged female avalanche forecaster in a waist-up three-quarter view, looking directly toward the viewer with a calm, alert, trustworthy expression. Establish memorable, repeatable character features: angular oval face, warm brown skin, dark cropped curls with one bold silver streak above the right temple, slightly arched eyebrows, a small notch through the left eyebrow, oval signal-orange glasses, and one simple hexagonal snow-crystal earring. She wears a midnight-navy technical rescue shell with a high glacier-blue collar, an asymmetric orange waterproof zipper, a compact radio microphone clipped at the shoulder, and a graphite field strap crossing the chest. One gloved hand holds a small rectangular slope inclinometer close to her torso; keep the device face abstract and free of numbers or text.
Use a crisp contemporary editorial-vector style influenced by technical cartography and alpine safety diagrams. Build the face, hair, clothing, and equipment from deliberate closed shapes with clean Bézier contours, economical anchor-point logic, controlled overlaps, and clearly separated color regions suitable for editing as SVG artwork. Preserve natural facial character while simplifying planes into confident geometric forms. Use limited cel-style shadow shapes rather than gradients, photorealistic rendering, airbrush effects, or raster texture.
Frame the figure as one strong, unmistakable silhouette centered within a square composition. Behind her, create a restrained abstract mountain cross-section using broad glacier-blue facets, thin snow-white topographic contour arcs, and one diagonal signal-orange fracture line suggesting an avalanche slab. Keep these background elements spacious and secondary so the face remains the focal point. Add a simple circular halo shape behind the head for separation, but no badge border and no emblem. Palette: midnight navy, glacier blue, snow white, warm brown, charcoal graphite, and signal orange, with excellent contrast and consistent line weight. Mood: expert, composed, vigilant, humane, and field-ready. Deliver a finished standalone vector illustration with no typography, captions, logos, branding, watermark, mockup, interface, decorative frame, or photorealistic effects." \
width=1024 \
height=1024{
"taskType": "vectorize",
"taskUUID": "a347cd07-7591-4f67-868e-a39eb42dfd49",
"model": "recraft:v4@vector",
"positivePrompt": "Create an original, polished vector persona portrait for a mountain-safety organization’s avalanche education campaign. Depict a capable middle-aged female avalanche forecaster in a waist-up three-quarter view, looking directly toward the viewer with a calm, alert, trustworthy expression. Establish memorable, repeatable character features: angular oval face, warm brown skin, dark cropped curls with one bold silver streak above the right temple, slightly arched eyebrows, a small notch through the left eyebrow, oval signal-orange glasses, and one simple hexagonal snow-crystal earring. She wears a midnight-navy technical rescue shell with a high glacier-blue collar, an asymmetric orange waterproof zipper, a compact radio microphone clipped at the shoulder, and a graphite field strap crossing the chest. One gloved hand holds a small rectangular slope inclinometer close to her torso; keep the device face abstract and free of numbers or text.\n\nUse a crisp contemporary editorial-vector style influenced by technical cartography and alpine safety diagrams. Build the face, hair, clothing, and equipment from deliberate closed shapes with clean Bézier contours, economical anchor-point logic, controlled overlaps, and clearly separated color regions suitable for editing as SVG artwork. Preserve natural facial character while simplifying planes into confident geometric forms. Use limited cel-style shadow shapes rather than gradients, photorealistic rendering, airbrush effects, or raster texture.\n\nFrame the figure as one strong, unmistakable silhouette centered within a square composition. Behind her, create a restrained abstract mountain cross-section using broad glacier-blue facets, thin snow-white topographic contour arcs, and one diagonal signal-orange fracture line suggesting an avalanche slab. Keep these background elements spacious and secondary so the face remains the focal point. Add a simple circular halo shape behind the head for separation, but no badge border and no emblem. Palette: midnight navy, glacier blue, snow white, warm brown, charcoal graphite, and signal orange, with excellent contrast and consistent line weight. Mood: expert, composed, vigilant, humane, and field-ready. Deliver a finished standalone vector illustration with no typography, captions, logos, branding, watermark, mockup, interface, decorative frame, or photorealistic effects.",
"width": 1024,
"height": 1024
}{
"taskType": "vectorize",
"taskUUID": "a347cd07-7591-4f67-868e-a39eb42dfd49",
"imageUUID": "53003a89-e367-4fd5-9591-b66bee2b6b32",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/53003a89-e367-4fd5-9591-b66bee2b6b32.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
}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
}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
}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
}