Recraft V4 Styles Pro

Recraft V4 Styles Pro is the higher-quality raster model in the V4 Styles family. It is built for the same reference-driven style consistency workflow as the standard Styles tier, but is the stronger fit when the output needs more polish, finer detail retention, and more presentation-ready final imagery. Like the rest of the family, it creates reusable styles from reference images without training and aims to preserve specific rendering cues, textures, and compositional behavior across generations rather than only matching the general look of the references.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Cell Therapy Journey Infographic

Create a finished vertical patient-education infographic titled “YOUR CAR-T CELL JOURNEY”. Explain the vein-to-vein logistics of CAR-T therapy as one clear continuous transit route moving from top to bottom through seven large numbered stations: “1 CELL COLLECTION”, “2 SECURE PACKING”, “3 SPECIALIST TRANSPORT”, “4 CELL ENGINEERING”, “5 QUALITY CHECK”, “6 RETURN TO HOSPITAL”, “7 INFUSION”. Add a short subtitle: “How your immune cells are collected, prepared and returned to you.” Show each stage with a simple, medically accurate pictogram: patient beside an apheresis machine; sealed temperature-controlled transport case; courier van and cargo aircraft; laboratory technician modifying T cells in a clean laboratory; microscope and quality-control checklist; tracked shipment arriving at a hospital; infusion bag connected to a comfortably seated patient. Connect every station with one thick rounded line inspired by a metropolitan transit map, including small direction arrows and a recurring cell-shaped route marker. Use a warm cream background, eggplant-purple structure, apricot-orange route accents, and mint-green clinical details. Art direction: sophisticated 1970s public-information graphics reinterpreted as a contemporary biomedical explainer, geometric cut-paper shapes, crisp edges, subtle screen-print grain, friendly rather than childish, calm and reassuring. Strong information hierarchy, generous spacing, highly legible concise lettering, balanced editorial layout, presentation-ready detail. Include a small footer note: “TIMING VARIES BY TREATMENT PLAN”. Standalone flat infographic artwork only, not a poster mockup, website, app interface, or photographed display.
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@styles-pro',
positivePrompt: 'Create a finished vertical patient-education infographic titled “YOUR CAR-T CELL JOURNEY”. Explain the vein-to-vein logistics of CAR-T therapy as one clear continuous transit route moving from top to bottom through seven large numbered stations: “1 CELL COLLECTION”, “2 SECURE PACKING”, “3 SPECIALIST TRANSPORT”, “4 CELL ENGINEERING”, “5 QUALITY CHECK”, “6 RETURN TO HOSPITAL”, “7 INFUSION”. Add a short subtitle: “How your immune cells are collected, prepared and returned to you.” Show each stage with a simple, medically accurate pictogram: patient beside an apheresis machine; sealed temperature-controlled transport case; courier van and cargo aircraft; laboratory technician modifying T cells in a clean laboratory; microscope and quality-control checklist; tracked shipment arriving at a hospital; infusion bag connected to a comfortably seated patient. Connect every station with one thick rounded line inspired by a metropolitan transit map, including small direction arrows and a recurring cell-shaped route marker. Use a warm cream background, eggplant-purple structure, apricot-orange route accents, and mint-green clinical details. Art direction: sophisticated 1970s public-information graphics reinterpreted as a contemporary biomedical explainer, geometric cut-paper shapes, crisp edges, subtle screen-print grain, friendly rather than childish, calm and reassuring. Strong information hierarchy, generous spacing, highly legible concise lettering, balanced editorial layout, presentation-ready detail. Include a small footer note: “TIMING VARIES BY TREATMENT PLAN”. Standalone flat infographic artwork only, not a poster mockup, website, app interface, or photographed display.',
width: 1792,
height: 2560,
settings: {
backgroundColor: {
rgb: [
248,
241,
222
]
},
colors: [
{
rgb: [
63,
34,
74
]
},
{
rgb: [
235,
121,
88
]
},
{
rgb: [
132,
194,
166
]
},
{
rgb: [
248,
241,
222
]
}
],
styleMatch: 'flexible'
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/af0adba6-9c1c-4746-90b7-113a05ab5e36.jpg',
'https://assets.runware.ai/assets/inputs/4d5a4ff6-2a5e-487a-909f-5adbba5e6930.jpg'
]
}
})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@styles-pro",
"positivePrompt": "Create a finished vertical patient-education infographic titled “YOUR CAR-T CELL JOURNEY”. Explain the vein-to-vein logistics of CAR-T therapy as one clear continuous transit route moving from top to bottom through seven large numbered stations: “1 CELL COLLECTION”, “2 SECURE PACKING”, “3 SPECIALIST TRANSPORT”, “4 CELL ENGINEERING”, “5 QUALITY CHECK”, “6 RETURN TO HOSPITAL”, “7 INFUSION”. Add a short subtitle: “How your immune cells are collected, prepared and returned to you.” Show each stage with a simple, medically accurate pictogram: patient beside an apheresis machine; sealed temperature-controlled transport case; courier van and cargo aircraft; laboratory technician modifying T cells in a clean laboratory; microscope and quality-control checklist; tracked shipment arriving at a hospital; infusion bag connected to a comfortably seated patient. Connect every station with one thick rounded line inspired by a metropolitan transit map, including small direction arrows and a recurring cell-shaped route marker. Use a warm cream background, eggplant-purple structure, apricot-orange route accents, and mint-green clinical details. Art direction: sophisticated 1970s public-information graphics reinterpreted as a contemporary biomedical explainer, geometric cut-paper shapes, crisp edges, subtle screen-print grain, friendly rather than childish, calm and reassuring. Strong information hierarchy, generous spacing, highly legible concise lettering, balanced editorial layout, presentation-ready detail. Include a small footer note: “TIMING VARIES BY TREATMENT PLAN”. Standalone flat infographic artwork only, not a poster mockup, website, app interface, or photographed display.",
"width": 1792,
"height": 2560,
"settings": {
"backgroundColor": {
"rgb": [
248,
241,
222
]
},
"colors": [
{
"rgb": [
63,
34,
74
]
},
{
"rgb": [
235,
121,
88
]
},
{
"rgb": [
132,
194,
166
]
},
{
"rgb": [
248,
241,
222
]
}
],
"styleMatch": "flexible"
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/af0adba6-9c1c-4746-90b7-113a05ab5e36.jpg",
"https://assets.runware.ai/assets/inputs/4d5a4ff6-2a5e-487a-909f-5adbba5e6930.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "ce20a122-f3b3-4533-85e3-118460a8963f",
"model": "recraft:v4@styles-pro",
"positivePrompt": "Create a finished vertical patient-education infographic titled “YOUR CAR-T CELL JOURNEY”. Explain the vein-to-vein logistics of CAR-T therapy as one clear continuous transit route moving from top to bottom through seven large numbered stations: “1 CELL COLLECTION”, “2 SECURE PACKING”, “3 SPECIALIST TRANSPORT”, “4 CELL ENGINEERING”, “5 QUALITY CHECK”, “6 RETURN TO HOSPITAL”, “7 INFUSION”. Add a short subtitle: “How your immune cells are collected, prepared and returned to you.” Show each stage with a simple, medically accurate pictogram: patient beside an apheresis machine; sealed temperature-controlled transport case; courier van and cargo aircraft; laboratory technician modifying T cells in a clean laboratory; microscope and quality-control checklist; tracked shipment arriving at a hospital; infusion bag connected to a comfortably seated patient. Connect every station with one thick rounded line inspired by a metropolitan transit map, including small direction arrows and a recurring cell-shaped route marker. Use a warm cream background, eggplant-purple structure, apricot-orange route accents, and mint-green clinical details. Art direction: sophisticated 1970s public-information graphics reinterpreted as a contemporary biomedical explainer, geometric cut-paper shapes, crisp edges, subtle screen-print grain, friendly rather than childish, calm and reassuring. Strong information hierarchy, generous spacing, highly legible concise lettering, balanced editorial layout, presentation-ready detail. Include a small footer note: “TIMING VARIES BY TREATMENT PLAN”. Standalone flat infographic artwork only, not a poster mockup, website, app interface, or photographed display.",
"width": 1792,
"height": 2560,
"settings": {
"backgroundColor": {
"rgb": [
248,
241,
222
]
},
"colors": [
{
"rgb": [
63,
34,
74
]
},
{
"rgb": [
235,
121,
88
]
},
{
"rgb": [
132,
194,
166
]
},
{
"rgb": [
248,
241,
222
]
}
],
"styleMatch": "flexible"
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/af0adba6-9c1c-4746-90b7-113a05ab5e36.jpg",
"https://assets.runware.ai/assets/inputs/4d5a4ff6-2a5e-487a-909f-5adbba5e6930.jpg"
]
}
}
]'runware run recraft:v4@styles-pro \
positivePrompt="Create a finished vertical patient-education infographic titled “YOUR CAR-T CELL JOURNEY”. Explain the vein-to-vein logistics of CAR-T therapy as one clear continuous transit route moving from top to bottom through seven large numbered stations: “1 CELL COLLECTION”, “2 SECURE PACKING”, “3 SPECIALIST TRANSPORT”, “4 CELL ENGINEERING”, “5 QUALITY CHECK”, “6 RETURN TO HOSPITAL”, “7 INFUSION”. Add a short subtitle: “How your immune cells are collected, prepared and returned to you.” Show each stage with a simple, medically accurate pictogram: patient beside an apheresis machine; sealed temperature-controlled transport case; courier van and cargo aircraft; laboratory technician modifying T cells in a clean laboratory; microscope and quality-control checklist; tracked shipment arriving at a hospital; infusion bag connected to a comfortably seated patient. Connect every station with one thick rounded line inspired by a metropolitan transit map, including small direction arrows and a recurring cell-shaped route marker. Use a warm cream background, eggplant-purple structure, apricot-orange route accents, and mint-green clinical details. Art direction: sophisticated 1970s public-information graphics reinterpreted as a contemporary biomedical explainer, geometric cut-paper shapes, crisp edges, subtle screen-print grain, friendly rather than childish, calm and reassuring. Strong information hierarchy, generous spacing, highly legible concise lettering, balanced editorial layout, presentation-ready detail. Include a small footer note: “TIMING VARIES BY TREATMENT PLAN”. Standalone flat infographic artwork only, not a poster mockup, website, app interface, or photographed display." \
width=1792 \
height=2560 \
settings.backgroundColor.rgb.0=248 \
settings.backgroundColor.rgb.1=241 \
settings.backgroundColor.rgb.2=222 \
settings.colors.0.rgb.0=63 \
settings.colors.0.rgb.1=34 \
settings.colors.0.rgb.2=74 \
settings.colors.1.rgb.0=235 \
settings.colors.1.rgb.1=121 \
settings.colors.1.rgb.2=88 \
settings.colors.2.rgb.0=132 \
settings.colors.2.rgb.1=194 \
settings.colors.2.rgb.2=166 \
settings.colors.3.rgb.0=248 \
settings.colors.3.rgb.1=241 \
settings.colors.3.rgb.2=222 \
settings.styleMatch=flexible \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/af0adba6-9c1c-4746-90b7-113a05ab5e36.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/4d5a4ff6-2a5e-487a-909f-5adbba5e6930.jpg{
"taskType": "imageInference",
"taskUUID": "ce20a122-f3b3-4533-85e3-118460a8963f",
"model": "recraft:v4@styles-pro",
"positivePrompt": "Create a finished vertical patient-education infographic titled “YOUR CAR-T CELL JOURNEY”. Explain the vein-to-vein logistics of CAR-T therapy as one clear continuous transit route moving from top to bottom through seven large numbered stations: “1 CELL COLLECTION”, “2 SECURE PACKING”, “3 SPECIALIST TRANSPORT”, “4 CELL ENGINEERING”, “5 QUALITY CHECK”, “6 RETURN TO HOSPITAL”, “7 INFUSION”. Add a short subtitle: “How your immune cells are collected, prepared and returned to you.” Show each stage with a simple, medically accurate pictogram: patient beside an apheresis machine; sealed temperature-controlled transport case; courier van and cargo aircraft; laboratory technician modifying T cells in a clean laboratory; microscope and quality-control checklist; tracked shipment arriving at a hospital; infusion bag connected to a comfortably seated patient. Connect every station with one thick rounded line inspired by a metropolitan transit map, including small direction arrows and a recurring cell-shaped route marker. Use a warm cream background, eggplant-purple structure, apricot-orange route accents, and mint-green clinical details. Art direction: sophisticated 1970s public-information graphics reinterpreted as a contemporary biomedical explainer, geometric cut-paper shapes, crisp edges, subtle screen-print grain, friendly rather than childish, calm and reassuring. Strong information hierarchy, generous spacing, highly legible concise lettering, balanced editorial layout, presentation-ready detail. Include a small footer note: “TIMING VARIES BY TREATMENT PLAN”. Standalone flat infographic artwork only, not a poster mockup, website, app interface, or photographed display.",
"width": 1792,
"height": 2560,
"settings": {
"backgroundColor": {
"rgb": [
248,
241,
222
]
},
"colors": [
{
"rgb": [
63,
34,
74
]
},
{
"rgb": [
235,
121,
88
]
},
{
"rgb": [
132,
194,
166
]
},
{
"rgb": [
248,
241,
222
]
}
],
"styleMatch": "flexible"
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/af0adba6-9c1c-4746-90b7-113a05ab5e36.jpg",
"https://assets.runware.ai/assets/inputs/4d5a4ff6-2a5e-487a-909f-5adbba5e6930.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "ce20a122-f3b3-4533-85e3-118460a8963f",
"imageUUID": "0255f154-056e-4c8a-8c99-fd8ff75a7529",
"imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/4/ii/0255f154-056e-4c8a-8c99-fd8ff75a7529.jpg",
"seed": 1464667443,
"cost": 0.105,
"outputs": {
"styleId": "b08765f0-692e-4e28-9311-7680d5247ab1"
}
}Amphibian Tunnel Planning Illustration

Create a polished axonometric cutaway illustration for an environmental engineering planning report. Show a narrow two-lane rural road crossing an amphibian migration corridor between a woodland pond and wet meadow. Reveal the infrastructure beneath and beside the road: a correctly proportioned rectangular wildlife tunnel, damp natural substrate through the passage, continuous low drift fencing guiding animals toward both entrances, grated drainage channels positioned away from the migration path, concrete headwalls, native verge planting, and a discreet maintenance access point. Include several small newts, frogs, and toads moving safely through the tunnel, plus one field ecologist in waterproof workwear for scale. Make the road surface, soil strata, culvert, water table, fencing connections, and habitat relationship immediately understandable without labels. Spacious three-quarter composition with the entire crossing system visible, technically credible construction details, clear visual hierarchy, no decorative fantasy elements. Precisely follow the reference image's vintage civil-engineering plate style: crisp geometric linework, restrained flat shapes, tactile stippling, subtle screen-print texture, slight ink misregistration, warm paper background, and exactly three dominant spot colors. No text, numbers, logos, legend, border, or presentation 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@styles-pro',
positivePrompt: 'Create a polished axonometric cutaway illustration for an environmental engineering planning report. Show a narrow two-lane rural road crossing an amphibian migration corridor between a woodland pond and wet meadow. Reveal the infrastructure beneath and beside the road: a correctly proportioned rectangular wildlife tunnel, damp natural substrate through the passage, continuous low drift fencing guiding animals toward both entrances, grated drainage channels positioned away from the migration path, concrete headwalls, native verge planting, and a discreet maintenance access point. Include several small newts, frogs, and toads moving safely through the tunnel, plus one field ecologist in waterproof workwear for scale. Make the road surface, soil strata, culvert, water table, fencing connections, and habitat relationship immediately understandable without labels. Spacious three-quarter composition with the entire crossing system visible, technically credible construction details, clear visual hierarchy, no decorative fantasy elements. Precisely follow the reference image\'s vintage civil-engineering plate style: crisp geometric linework, restrained flat shapes, tactile stippling, subtle screen-print texture, slight ink misregistration, warm paper background, and exactly three dominant spot colors. No text, numbers, logos, legend, border, or presentation mockup.',
width: 2432,
height: 1792,
settings: {
backgroundColor: {
rgb: [
244,
237,
218
]
},
colors: [
{
rgb: [
25,
45,
62
]
},
{
rgb: [
218,
91,
53
]
},
{
rgb: [
112,
137,
86
]
}
],
styleMatch: 'precise'
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/4e45c35d-4041-4381-bfcc-873ef19550fa.jpg'
]
}
})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@styles-pro",
"positivePrompt": "Create a polished axonometric cutaway illustration for an environmental engineering planning report. Show a narrow two-lane rural road crossing an amphibian migration corridor between a woodland pond and wet meadow. Reveal the infrastructure beneath and beside the road: a correctly proportioned rectangular wildlife tunnel, damp natural substrate through the passage, continuous low drift fencing guiding animals toward both entrances, grated drainage channels positioned away from the migration path, concrete headwalls, native verge planting, and a discreet maintenance access point. Include several small newts, frogs, and toads moving safely through the tunnel, plus one field ecologist in waterproof workwear for scale. Make the road surface, soil strata, culvert, water table, fencing connections, and habitat relationship immediately understandable without labels. Spacious three-quarter composition with the entire crossing system visible, technically credible construction details, clear visual hierarchy, no decorative fantasy elements. Precisely follow the reference image's vintage civil-engineering plate style: crisp geometric linework, restrained flat shapes, tactile stippling, subtle screen-print texture, slight ink misregistration, warm paper background, and exactly three dominant spot colors. No text, numbers, logos, legend, border, or presentation mockup.",
"width": 2432,
"height": 1792,
"settings": {
"backgroundColor": {
"rgb": [
244,
237,
218
]
},
"colors": [
{
"rgb": [
25,
45,
62
]
},
{
"rgb": [
218,
91,
53
]
},
{
"rgb": [
112,
137,
86
]
}
],
"styleMatch": "precise"
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/4e45c35d-4041-4381-bfcc-873ef19550fa.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "b4f9f73b-c844-4bb7-bb7d-f8679cf5a4dd",
"model": "recraft:v4@styles-pro",
"positivePrompt": "Create a polished axonometric cutaway illustration for an environmental engineering planning report. Show a narrow two-lane rural road crossing an amphibian migration corridor between a woodland pond and wet meadow. Reveal the infrastructure beneath and beside the road: a correctly proportioned rectangular wildlife tunnel, damp natural substrate through the passage, continuous low drift fencing guiding animals toward both entrances, grated drainage channels positioned away from the migration path, concrete headwalls, native verge planting, and a discreet maintenance access point. Include several small newts, frogs, and toads moving safely through the tunnel, plus one field ecologist in waterproof workwear for scale. Make the road surface, soil strata, culvert, water table, fencing connections, and habitat relationship immediately understandable without labels. Spacious three-quarter composition with the entire crossing system visible, technically credible construction details, clear visual hierarchy, no decorative fantasy elements. Precisely follow the reference image's vintage civil-engineering plate style: crisp geometric linework, restrained flat shapes, tactile stippling, subtle screen-print texture, slight ink misregistration, warm paper background, and exactly three dominant spot colors. No text, numbers, logos, legend, border, or presentation mockup.",
"width": 2432,
"height": 1792,
"settings": {
"backgroundColor": {
"rgb": [
244,
237,
218
]
},
"colors": [
{
"rgb": [
25,
45,
62
]
},
{
"rgb": [
218,
91,
53
]
},
{
"rgb": [
112,
137,
86
]
}
],
"styleMatch": "precise"
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/4e45c35d-4041-4381-bfcc-873ef19550fa.jpg"
]
}
}
]'runware run recraft:v4@styles-pro \
positivePrompt="Create a polished axonometric cutaway illustration for an environmental engineering planning report. Show a narrow two-lane rural road crossing an amphibian migration corridor between a woodland pond and wet meadow. Reveal the infrastructure beneath and beside the road: a correctly proportioned rectangular wildlife tunnel, damp natural substrate through the passage, continuous low drift fencing guiding animals toward both entrances, grated drainage channels positioned away from the migration path, concrete headwalls, native verge planting, and a discreet maintenance access point. Include several small newts, frogs, and toads moving safely through the tunnel, plus one field ecologist in waterproof workwear for scale. Make the road surface, soil strata, culvert, water table, fencing connections, and habitat relationship immediately understandable without labels. Spacious three-quarter composition with the entire crossing system visible, technically credible construction details, clear visual hierarchy, no decorative fantasy elements. Precisely follow the reference image's vintage civil-engineering plate style: crisp geometric linework, restrained flat shapes, tactile stippling, subtle screen-print texture, slight ink misregistration, warm paper background, and exactly three dominant spot colors. No text, numbers, logos, legend, border, or presentation mockup." \
width=2432 \
height=1792 \
settings.backgroundColor.rgb.0=244 \
settings.backgroundColor.rgb.1=237 \
settings.backgroundColor.rgb.2=218 \
settings.colors.0.rgb.0=25 \
settings.colors.0.rgb.1=45 \
settings.colors.0.rgb.2=62 \
settings.colors.1.rgb.0=218 \
settings.colors.1.rgb.1=91 \
settings.colors.1.rgb.2=53 \
settings.colors.2.rgb.0=112 \
settings.colors.2.rgb.1=137 \
settings.colors.2.rgb.2=86 \
settings.styleMatch=precise \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/4e45c35d-4041-4381-bfcc-873ef19550fa.jpg{
"taskType": "imageInference",
"taskUUID": "b4f9f73b-c844-4bb7-bb7d-f8679cf5a4dd",
"model": "recraft:v4@styles-pro",
"positivePrompt": "Create a polished axonometric cutaway illustration for an environmental engineering planning report. Show a narrow two-lane rural road crossing an amphibian migration corridor between a woodland pond and wet meadow. Reveal the infrastructure beneath and beside the road: a correctly proportioned rectangular wildlife tunnel, damp natural substrate through the passage, continuous low drift fencing guiding animals toward both entrances, grated drainage channels positioned away from the migration path, concrete headwalls, native verge planting, and a discreet maintenance access point. Include several small newts, frogs, and toads moving safely through the tunnel, plus one field ecologist in waterproof workwear for scale. Make the road surface, soil strata, culvert, water table, fencing connections, and habitat relationship immediately understandable without labels. Spacious three-quarter composition with the entire crossing system visible, technically credible construction details, clear visual hierarchy, no decorative fantasy elements. Precisely follow the reference image's vintage civil-engineering plate style: crisp geometric linework, restrained flat shapes, tactile stippling, subtle screen-print texture, slight ink misregistration, warm paper background, and exactly three dominant spot colors. No text, numbers, logos, legend, border, or presentation mockup.",
"width": 2432,
"height": 1792,
"settings": {
"backgroundColor": {
"rgb": [
244,
237,
218
]
},
"colors": [
{
"rgb": [
25,
45,
62
]
},
{
"rgb": [
218,
91,
53
]
},
{
"rgb": [
112,
137,
86
]
}
],
"styleMatch": "precise"
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/4e45c35d-4041-4381-bfcc-873ef19550fa.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "b4f9f73b-c844-4bb7-bb7d-f8679cf5a4dd",
"imageUUID": "d0a51ce6-d11e-4b2e-9838-045a0f899127",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/4/ii/d0a51ce6-d11e-4b2e-9838-045a0f899127.jpg",
"seed": 1665519696,
"cost": 0.105,
"outputs": {
"styleId": "01ff0fd0-6658-4d0e-abd1-c2ce3f5d6eab"
}
}Seed Vault Desktop Wallpaper

Create a finished 16:9 desktop wallpaper for an agricultural genomics studio. Show a cinematic cutaway view into a subterranean global seed vault carved deep inside a dark permafrost mountain. A monumental arched corridor recedes toward the right, lined with orderly banks of sealed seed drawers, cylindrical sample canisters, and a few recognizable dried grain heads and legumes displayed in glass archival cases. Above and around the vault, reveal elegant geological strata, fractured stone, ice crystals, roots, and a thin snowy ridgeline beneath a quiet polar night sky. Use the exact visual language established by the three references: sophisticated archival cyanotype printmaking, deep indigo fields, meticulous ivory engraved linework, dense scientific hatching, tactile paper grain, and selective copper-foil glints on doors, seeds, and structural edges. Panoramic composition with strong depth and rhythmic architecture; keep the leftmost quarter calmer and lower-detail for desktop icons. Quiet, secure, contemplative mood with museum-grade detail and polished wall-art quality. No people, lettering, labels, logos, interface elements, borders, or mockup framing.
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@styles-pro',
positivePrompt: 'Create a finished 16:9 desktop wallpaper for an agricultural genomics studio. Show a cinematic cutaway view into a subterranean global seed vault carved deep inside a dark permafrost mountain. A monumental arched corridor recedes toward the right, lined with orderly banks of sealed seed drawers, cylindrical sample canisters, and a few recognizable dried grain heads and legumes displayed in glass archival cases. Above and around the vault, reveal elegant geological strata, fractured stone, ice crystals, roots, and a thin snowy ridgeline beneath a quiet polar night sky. Use the exact visual language established by the three references: sophisticated archival cyanotype printmaking, deep indigo fields, meticulous ivory engraved linework, dense scientific hatching, tactile paper grain, and selective copper-foil glints on doors, seeds, and structural edges. Panoramic composition with strong depth and rhythmic architecture; keep the leftmost quarter calmer and lower-detail for desktop icons. Quiet, secure, contemplative mood with museum-grade detail and polished wall-art quality. No people, lettering, labels, logos, interface elements, borders, or mockup framing.',
width: 2688,
height: 1536,
settings: {
backgroundColor: {
rgb: [
8,
22,
45
]
},
colors: [
{
rgb: [
8,
22,
45
]
},
{
rgb: [
22,
57,
91
]
},
{
rgb: [
226,
218,
190
]
},
{
rgb: [
174,
102,
58
]
},
{
rgb: [
92,
132,
148
]
}
],
styleMatch: 'precise'
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/deb8fa33-60fe-48a0-a34b-1ab31040cd79.jpg',
'https://assets.runware.ai/assets/inputs/98b5a733-325c-428d-8258-fff687e3ab71.jpg',
'https://assets.runware.ai/assets/inputs/eb726725-110d-4868-bbb0-9330b7eabc70.jpg'
]
}
})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@styles-pro",
"positivePrompt": "Create a finished 16:9 desktop wallpaper for an agricultural genomics studio. Show a cinematic cutaway view into a subterranean global seed vault carved deep inside a dark permafrost mountain. A monumental arched corridor recedes toward the right, lined with orderly banks of sealed seed drawers, cylindrical sample canisters, and a few recognizable dried grain heads and legumes displayed in glass archival cases. Above and around the vault, reveal elegant geological strata, fractured stone, ice crystals, roots, and a thin snowy ridgeline beneath a quiet polar night sky. Use the exact visual language established by the three references: sophisticated archival cyanotype printmaking, deep indigo fields, meticulous ivory engraved linework, dense scientific hatching, tactile paper grain, and selective copper-foil glints on doors, seeds, and structural edges. Panoramic composition with strong depth and rhythmic architecture; keep the leftmost quarter calmer and lower-detail for desktop icons. Quiet, secure, contemplative mood with museum-grade detail and polished wall-art quality. No people, lettering, labels, logos, interface elements, borders, or mockup framing.",
"width": 2688,
"height": 1536,
"settings": {
"backgroundColor": {
"rgb": [
8,
22,
45
]
},
"colors": [
{
"rgb": [
8,
22,
45
]
},
{
"rgb": [
22,
57,
91
]
},
{
"rgb": [
226,
218,
190
]
},
{
"rgb": [
174,
102,
58
]
},
{
"rgb": [
92,
132,
148
]
}
],
"styleMatch": "precise"
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/deb8fa33-60fe-48a0-a34b-1ab31040cd79.jpg",
"https://assets.runware.ai/assets/inputs/98b5a733-325c-428d-8258-fff687e3ab71.jpg",
"https://assets.runware.ai/assets/inputs/eb726725-110d-4868-bbb0-9330b7eabc70.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "a031b0c5-de83-4606-a468-b82df31955e6",
"model": "recraft:v4@styles-pro",
"positivePrompt": "Create a finished 16:9 desktop wallpaper for an agricultural genomics studio. Show a cinematic cutaway view into a subterranean global seed vault carved deep inside a dark permafrost mountain. A monumental arched corridor recedes toward the right, lined with orderly banks of sealed seed drawers, cylindrical sample canisters, and a few recognizable dried grain heads and legumes displayed in glass archival cases. Above and around the vault, reveal elegant geological strata, fractured stone, ice crystals, roots, and a thin snowy ridgeline beneath a quiet polar night sky. Use the exact visual language established by the three references: sophisticated archival cyanotype printmaking, deep indigo fields, meticulous ivory engraved linework, dense scientific hatching, tactile paper grain, and selective copper-foil glints on doors, seeds, and structural edges. Panoramic composition with strong depth and rhythmic architecture; keep the leftmost quarter calmer and lower-detail for desktop icons. Quiet, secure, contemplative mood with museum-grade detail and polished wall-art quality. No people, lettering, labels, logos, interface elements, borders, or mockup framing.",
"width": 2688,
"height": 1536,
"settings": {
"backgroundColor": {
"rgb": [
8,
22,
45
]
},
"colors": [
{
"rgb": [
8,
22,
45
]
},
{
"rgb": [
22,
57,
91
]
},
{
"rgb": [
226,
218,
190
]
},
{
"rgb": [
174,
102,
58
]
},
{
"rgb": [
92,
132,
148
]
}
],
"styleMatch": "precise"
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/deb8fa33-60fe-48a0-a34b-1ab31040cd79.jpg",
"https://assets.runware.ai/assets/inputs/98b5a733-325c-428d-8258-fff687e3ab71.jpg",
"https://assets.runware.ai/assets/inputs/eb726725-110d-4868-bbb0-9330b7eabc70.jpg"
]
}
}
]'runware run recraft:v4@styles-pro \
positivePrompt="Create a finished 16:9 desktop wallpaper for an agricultural genomics studio. Show a cinematic cutaway view into a subterranean global seed vault carved deep inside a dark permafrost mountain. A monumental arched corridor recedes toward the right, lined with orderly banks of sealed seed drawers, cylindrical sample canisters, and a few recognizable dried grain heads and legumes displayed in glass archival cases. Above and around the vault, reveal elegant geological strata, fractured stone, ice crystals, roots, and a thin snowy ridgeline beneath a quiet polar night sky. Use the exact visual language established by the three references: sophisticated archival cyanotype printmaking, deep indigo fields, meticulous ivory engraved linework, dense scientific hatching, tactile paper grain, and selective copper-foil glints on doors, seeds, and structural edges. Panoramic composition with strong depth and rhythmic architecture; keep the leftmost quarter calmer and lower-detail for desktop icons. Quiet, secure, contemplative mood with museum-grade detail and polished wall-art quality. No people, lettering, labels, logos, interface elements, borders, or mockup framing." \
width=2688 \
height=1536 \
settings.backgroundColor.rgb.0=8 \
settings.backgroundColor.rgb.1=22 \
settings.backgroundColor.rgb.2=45 \
settings.colors.0.rgb.0=8 \
settings.colors.0.rgb.1=22 \
settings.colors.0.rgb.2=45 \
settings.colors.1.rgb.0=22 \
settings.colors.1.rgb.1=57 \
settings.colors.1.rgb.2=91 \
settings.colors.2.rgb.0=226 \
settings.colors.2.rgb.1=218 \
settings.colors.2.rgb.2=190 \
settings.colors.3.rgb.0=174 \
settings.colors.3.rgb.1=102 \
settings.colors.3.rgb.2=58 \
settings.colors.4.rgb.0=92 \
settings.colors.4.rgb.1=132 \
settings.colors.4.rgb.2=148 \
settings.styleMatch=precise \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/deb8fa33-60fe-48a0-a34b-1ab31040cd79.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/98b5a733-325c-428d-8258-fff687e3ab71.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/eb726725-110d-4868-bbb0-9330b7eabc70.jpg{
"taskType": "imageInference",
"taskUUID": "a031b0c5-de83-4606-a468-b82df31955e6",
"model": "recraft:v4@styles-pro",
"positivePrompt": "Create a finished 16:9 desktop wallpaper for an agricultural genomics studio. Show a cinematic cutaway view into a subterranean global seed vault carved deep inside a dark permafrost mountain. A monumental arched corridor recedes toward the right, lined with orderly banks of sealed seed drawers, cylindrical sample canisters, and a few recognizable dried grain heads and legumes displayed in glass archival cases. Above and around the vault, reveal elegant geological strata, fractured stone, ice crystals, roots, and a thin snowy ridgeline beneath a quiet polar night sky. Use the exact visual language established by the three references: sophisticated archival cyanotype printmaking, deep indigo fields, meticulous ivory engraved linework, dense scientific hatching, tactile paper grain, and selective copper-foil glints on doors, seeds, and structural edges. Panoramic composition with strong depth and rhythmic architecture; keep the leftmost quarter calmer and lower-detail for desktop icons. Quiet, secure, contemplative mood with museum-grade detail and polished wall-art quality. No people, lettering, labels, logos, interface elements, borders, or mockup framing.",
"width": 2688,
"height": 1536,
"settings": {
"backgroundColor": {
"rgb": [
8,
22,
45
]
},
"colors": [
{
"rgb": [
8,
22,
45
]
},
{
"rgb": [
22,
57,
91
]
},
{
"rgb": [
226,
218,
190
]
},
{
"rgb": [
174,
102,
58
]
},
{
"rgb": [
92,
132,
148
]
}
],
"styleMatch": "precise"
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/deb8fa33-60fe-48a0-a34b-1ab31040cd79.jpg",
"https://assets.runware.ai/assets/inputs/98b5a733-325c-428d-8258-fff687e3ab71.jpg",
"https://assets.runware.ai/assets/inputs/eb726725-110d-4868-bbb0-9330b7eabc70.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "a031b0c5-de83-4606-a468-b82df31955e6",
"imageUUID": "6df39b1b-6d2f-4ae9-a344-621d4b97fe43",
"imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/4/ii/6df39b1b-6d2f-4ae9-a344-621d4b97fe43.jpg",
"seed": 1322158232,
"cost": 0.105,
"outputs": {
"styleId": "31d1099a-406e-420e-9060-19a2742c1ab9"
}
}Arctic Sleeper Train Menu Photograph

Finished vertical menu hero photograph for the winter dining program aboard a luxury Arctic sleeper train. Center a refined main course of juniper-smoked Arctic char with crisp skin, a compact golden potato rosti, charred baby leeks, pickled cloudberries, delicate dill tips, and a restrained beurre blanc on handmade matte-black stoneware. Place the dish on charcoal linen at a window table inside a vintage dark-wood dining car; include brushed silver cutlery and a softly glowing brass table lamp as understated context. Beyond the window, show a snow-covered boreal landscape passing through blue polar twilight with gentle motion blur. Intimate three-quarter camera angle, dish fully visible, appetizing realistic portions, precise culinary detail, natural moisture and texture, cool blue ambient window light balanced by warm tungsten highlights, deep controlled shadows, shallow depth of field, premium editorial food photography, subtle analog grain, sophisticated and quiet composition. No people, no lettering, no logo, no menu card, no packaging.
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@styles-pro',
positivePrompt: 'Finished vertical menu hero photograph for the winter dining program aboard a luxury Arctic sleeper train. Center a refined main course of juniper-smoked Arctic char with crisp skin, a compact golden potato rosti, charred baby leeks, pickled cloudberries, delicate dill tips, and a restrained beurre blanc on handmade matte-black stoneware. Place the dish on charcoal linen at a window table inside a vintage dark-wood dining car; include brushed silver cutlery and a softly glowing brass table lamp as understated context. Beyond the window, show a snow-covered boreal landscape passing through blue polar twilight with gentle motion blur. Intimate three-quarter camera angle, dish fully visible, appetizing realistic portions, precise culinary detail, natural moisture and texture, cool blue ambient window light balanced by warm tungsten highlights, deep controlled shadows, shallow depth of field, premium editorial food photography, subtle analog grain, sophisticated and quiet composition. No people, no lettering, no logo, no menu card, no packaging.',
width: 1792,
height: 2304,
settings: {
styleMatch: 'precise',
backgroundColor: {
rgb: [
21,
28,
32
]
},
colors: [
{
rgb: [
23,
31,
36
]
},
{
rgb: [
70,
96,
108
]
},
{
rgb: [
188,
137,
75
]
},
{
rgb: [
201,
168,
72
]
},
{
rgb: [
224,
218,
201
]
}
]
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/0a5ea8c9-c52d-4868-957f-22763a641967.jpg',
'https://assets.runware.ai/assets/inputs/2265748a-edd7-4bb9-98e8-50e20c5b2d99.jpg',
'https://assets.runware.ai/assets/inputs/b22dff3d-c953-4a39-9471-5df203e2333c.jpg'
]
}
})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@styles-pro",
"positivePrompt": "Finished vertical menu hero photograph for the winter dining program aboard a luxury Arctic sleeper train. Center a refined main course of juniper-smoked Arctic char with crisp skin, a compact golden potato rosti, charred baby leeks, pickled cloudberries, delicate dill tips, and a restrained beurre blanc on handmade matte-black stoneware. Place the dish on charcoal linen at a window table inside a vintage dark-wood dining car; include brushed silver cutlery and a softly glowing brass table lamp as understated context. Beyond the window, show a snow-covered boreal landscape passing through blue polar twilight with gentle motion blur. Intimate three-quarter camera angle, dish fully visible, appetizing realistic portions, precise culinary detail, natural moisture and texture, cool blue ambient window light balanced by warm tungsten highlights, deep controlled shadows, shallow depth of field, premium editorial food photography, subtle analog grain, sophisticated and quiet composition. No people, no lettering, no logo, no menu card, no packaging.",
"width": 1792,
"height": 2304,
"settings": {
"styleMatch": "precise",
"backgroundColor": {
"rgb": [
21,
28,
32
]
},
"colors": [
{
"rgb": [
23,
31,
36
]
},
{
"rgb": [
70,
96,
108
]
},
{
"rgb": [
188,
137,
75
]
},
{
"rgb": [
201,
168,
72
]
},
{
"rgb": [
224,
218,
201
]
}
]
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0a5ea8c9-c52d-4868-957f-22763a641967.jpg",
"https://assets.runware.ai/assets/inputs/2265748a-edd7-4bb9-98e8-50e20c5b2d99.jpg",
"https://assets.runware.ai/assets/inputs/b22dff3d-c953-4a39-9471-5df203e2333c.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "247ba6d3-03de-483c-b4a1-3bef627603b5",
"model": "recraft:v4@styles-pro",
"positivePrompt": "Finished vertical menu hero photograph for the winter dining program aboard a luxury Arctic sleeper train. Center a refined main course of juniper-smoked Arctic char with crisp skin, a compact golden potato rosti, charred baby leeks, pickled cloudberries, delicate dill tips, and a restrained beurre blanc on handmade matte-black stoneware. Place the dish on charcoal linen at a window table inside a vintage dark-wood dining car; include brushed silver cutlery and a softly glowing brass table lamp as understated context. Beyond the window, show a snow-covered boreal landscape passing through blue polar twilight with gentle motion blur. Intimate three-quarter camera angle, dish fully visible, appetizing realistic portions, precise culinary detail, natural moisture and texture, cool blue ambient window light balanced by warm tungsten highlights, deep controlled shadows, shallow depth of field, premium editorial food photography, subtle analog grain, sophisticated and quiet composition. No people, no lettering, no logo, no menu card, no packaging.",
"width": 1792,
"height": 2304,
"settings": {
"styleMatch": "precise",
"backgroundColor": {
"rgb": [
21,
28,
32
]
},
"colors": [
{
"rgb": [
23,
31,
36
]
},
{
"rgb": [
70,
96,
108
]
},
{
"rgb": [
188,
137,
75
]
},
{
"rgb": [
201,
168,
72
]
},
{
"rgb": [
224,
218,
201
]
}
]
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0a5ea8c9-c52d-4868-957f-22763a641967.jpg",
"https://assets.runware.ai/assets/inputs/2265748a-edd7-4bb9-98e8-50e20c5b2d99.jpg",
"https://assets.runware.ai/assets/inputs/b22dff3d-c953-4a39-9471-5df203e2333c.jpg"
]
}
}
]'runware run recraft:v4@styles-pro \
positivePrompt="Finished vertical menu hero photograph for the winter dining program aboard a luxury Arctic sleeper train. Center a refined main course of juniper-smoked Arctic char with crisp skin, a compact golden potato rosti, charred baby leeks, pickled cloudberries, delicate dill tips, and a restrained beurre blanc on handmade matte-black stoneware. Place the dish on charcoal linen at a window table inside a vintage dark-wood dining car; include brushed silver cutlery and a softly glowing brass table lamp as understated context. Beyond the window, show a snow-covered boreal landscape passing through blue polar twilight with gentle motion blur. Intimate three-quarter camera angle, dish fully visible, appetizing realistic portions, precise culinary detail, natural moisture and texture, cool blue ambient window light balanced by warm tungsten highlights, deep controlled shadows, shallow depth of field, premium editorial food photography, subtle analog grain, sophisticated and quiet composition. No people, no lettering, no logo, no menu card, no packaging." \
width=1792 \
height=2304 \
settings.styleMatch=precise \
settings.backgroundColor.rgb.0=21 \
settings.backgroundColor.rgb.1=28 \
settings.backgroundColor.rgb.2=32 \
settings.colors.0.rgb.0=23 \
settings.colors.0.rgb.1=31 \
settings.colors.0.rgb.2=36 \
settings.colors.1.rgb.0=70 \
settings.colors.1.rgb.1=96 \
settings.colors.1.rgb.2=108 \
settings.colors.2.rgb.0=188 \
settings.colors.2.rgb.1=137 \
settings.colors.2.rgb.2=75 \
settings.colors.3.rgb.0=201 \
settings.colors.3.rgb.1=168 \
settings.colors.3.rgb.2=72 \
settings.colors.4.rgb.0=224 \
settings.colors.4.rgb.1=218 \
settings.colors.4.rgb.2=201 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/0a5ea8c9-c52d-4868-957f-22763a641967.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/2265748a-edd7-4bb9-98e8-50e20c5b2d99.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/b22dff3d-c953-4a39-9471-5df203e2333c.jpg{
"taskType": "imageInference",
"taskUUID": "247ba6d3-03de-483c-b4a1-3bef627603b5",
"model": "recraft:v4@styles-pro",
"positivePrompt": "Finished vertical menu hero photograph for the winter dining program aboard a luxury Arctic sleeper train. Center a refined main course of juniper-smoked Arctic char with crisp skin, a compact golden potato rosti, charred baby leeks, pickled cloudberries, delicate dill tips, and a restrained beurre blanc on handmade matte-black stoneware. Place the dish on charcoal linen at a window table inside a vintage dark-wood dining car; include brushed silver cutlery and a softly glowing brass table lamp as understated context. Beyond the window, show a snow-covered boreal landscape passing through blue polar twilight with gentle motion blur. Intimate three-quarter camera angle, dish fully visible, appetizing realistic portions, precise culinary detail, natural moisture and texture, cool blue ambient window light balanced by warm tungsten highlights, deep controlled shadows, shallow depth of field, premium editorial food photography, subtle analog grain, sophisticated and quiet composition. No people, no lettering, no logo, no menu card, no packaging.",
"width": 1792,
"height": 2304,
"settings": {
"styleMatch": "precise",
"backgroundColor": {
"rgb": [
21,
28,
32
]
},
"colors": [
{
"rgb": [
23,
31,
36
]
},
{
"rgb": [
70,
96,
108
]
},
{
"rgb": [
188,
137,
75
]
},
{
"rgb": [
201,
168,
72
]
},
{
"rgb": [
224,
218,
201
]
}
]
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0a5ea8c9-c52d-4868-957f-22763a641967.jpg",
"https://assets.runware.ai/assets/inputs/2265748a-edd7-4bb9-98e8-50e20c5b2d99.jpg",
"https://assets.runware.ai/assets/inputs/b22dff3d-c953-4a39-9471-5df203e2333c.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "247ba6d3-03de-483c-b4a1-3bef627603b5",
"imageUUID": "9e6dcf65-67c9-48b3-ae13-7b6270988cbb",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/4/ii/9e6dcf65-67c9-48b3-ae13-7b6270988cbb.jpg",
"seed": 968146998,
"cost": 0.105,
"outputs": {
"styleId": "001f729d-4cf4-4da4-82ee-e4ab81a3f335"
}
}Coastal eDNA Kit Label

Create finished, print-ready front label artwork for a professional coastal environmental DNA sampling kit, presented straight-on and filling the entire vertical canvas with no package mockup, hands, scenery, or perspective distortion. Brand name TIDELINE at the top in bold condensed sans serif lettering; primary product name eDNA WATER SAMPLE KIT; supporting copy SHORELINE SERIES, 12 STERILE FILTERS, FIELD USE / SINGLE SAMPLE, and LOT 24C. Build a disciplined modular information hierarchy inspired by mid-century oceanographic charts and 1970s Swiss laboratory packaging. Feature an elegant scientific illustration of a translucent filter membrane intersected by tidal contour lines, tiny diatoms, copepods, eelgrass fragments, and DNA helix marks. Include restrained technical icons, specimen indexing ticks, a small blank lot-code box, and believable regulatory microcopy arranged along the bottom edge. Crisp flat print design with subtle misregistration, fine engraved linework, tactile uncoated paper grain, generous negative space, precise alignment, and premium presentation-ready detail. Palette of warm bone, deep ultramarine, burnt orange, and a small accent of acid green. Serious, intelligent, field-ready mood; legible typography; no bottle, pouch, box, shadows, tabletop, or surrounding environment.
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@styles-pro',
positivePrompt: 'Create finished, print-ready front label artwork for a professional coastal environmental DNA sampling kit, presented straight-on and filling the entire vertical canvas with no package mockup, hands, scenery, or perspective distortion. Brand name TIDELINE at the top in bold condensed sans serif lettering; primary product name eDNA WATER SAMPLE KIT; supporting copy SHORELINE SERIES, 12 STERILE FILTERS, FIELD USE / SINGLE SAMPLE, and LOT 24C. Build a disciplined modular information hierarchy inspired by mid-century oceanographic charts and 1970s Swiss laboratory packaging. Feature an elegant scientific illustration of a translucent filter membrane intersected by tidal contour lines, tiny diatoms, copepods, eelgrass fragments, and DNA helix marks. Include restrained technical icons, specimen indexing ticks, a small blank lot-code box, and believable regulatory microcopy arranged along the bottom edge. Crisp flat print design with subtle misregistration, fine engraved linework, tactile uncoated paper grain, generous negative space, precise alignment, and premium presentation-ready detail. Palette of warm bone, deep ultramarine, burnt orange, and a small accent of acid green. Serious, intelligent, field-ready mood; legible typography; no bottle, pouch, box, shadows, tabletop, or surrounding environment.',
width: 1664,
height: 2560,
settings: {
backgroundColor: {
rgb: [
238,
231,
211
]
},
colors: [
{
rgb: [
238,
231,
211
]
},
{
rgb: [
26,
54,
128
]
},
{
rgb: [
205,
73,
42
]
},
{
rgb: [
181,
214,
55
]
}
],
styleMatch: 'precise'
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/a78761d6-1293-4a55-8fa1-b4b4be23ebbf.jpg',
'https://assets.runware.ai/assets/inputs/dcc801e0-254e-4f88-8092-9910cb4e5d1c.jpg'
]
}
})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@styles-pro",
"positivePrompt": "Create finished, print-ready front label artwork for a professional coastal environmental DNA sampling kit, presented straight-on and filling the entire vertical canvas with no package mockup, hands, scenery, or perspective distortion. Brand name TIDELINE at the top in bold condensed sans serif lettering; primary product name eDNA WATER SAMPLE KIT; supporting copy SHORELINE SERIES, 12 STERILE FILTERS, FIELD USE / SINGLE SAMPLE, and LOT 24C. Build a disciplined modular information hierarchy inspired by mid-century oceanographic charts and 1970s Swiss laboratory packaging. Feature an elegant scientific illustration of a translucent filter membrane intersected by tidal contour lines, tiny diatoms, copepods, eelgrass fragments, and DNA helix marks. Include restrained technical icons, specimen indexing ticks, a small blank lot-code box, and believable regulatory microcopy arranged along the bottom edge. Crisp flat print design with subtle misregistration, fine engraved linework, tactile uncoated paper grain, generous negative space, precise alignment, and premium presentation-ready detail. Palette of warm bone, deep ultramarine, burnt orange, and a small accent of acid green. Serious, intelligent, field-ready mood; legible typography; no bottle, pouch, box, shadows, tabletop, or surrounding environment.",
"width": 1664,
"height": 2560,
"settings": {
"backgroundColor": {
"rgb": [
238,
231,
211
]
},
"colors": [
{
"rgb": [
238,
231,
211
]
},
{
"rgb": [
26,
54,
128
]
},
{
"rgb": [
205,
73,
42
]
},
{
"rgb": [
181,
214,
55
]
}
],
"styleMatch": "precise"
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/a78761d6-1293-4a55-8fa1-b4b4be23ebbf.jpg",
"https://assets.runware.ai/assets/inputs/dcc801e0-254e-4f88-8092-9910cb4e5d1c.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "157c483d-0f5e-4db0-afee-8c9fe7273dfa",
"model": "recraft:v4@styles-pro",
"positivePrompt": "Create finished, print-ready front label artwork for a professional coastal environmental DNA sampling kit, presented straight-on and filling the entire vertical canvas with no package mockup, hands, scenery, or perspective distortion. Brand name TIDELINE at the top in bold condensed sans serif lettering; primary product name eDNA WATER SAMPLE KIT; supporting copy SHORELINE SERIES, 12 STERILE FILTERS, FIELD USE / SINGLE SAMPLE, and LOT 24C. Build a disciplined modular information hierarchy inspired by mid-century oceanographic charts and 1970s Swiss laboratory packaging. Feature an elegant scientific illustration of a translucent filter membrane intersected by tidal contour lines, tiny diatoms, copepods, eelgrass fragments, and DNA helix marks. Include restrained technical icons, specimen indexing ticks, a small blank lot-code box, and believable regulatory microcopy arranged along the bottom edge. Crisp flat print design with subtle misregistration, fine engraved linework, tactile uncoated paper grain, generous negative space, precise alignment, and premium presentation-ready detail. Palette of warm bone, deep ultramarine, burnt orange, and a small accent of acid green. Serious, intelligent, field-ready mood; legible typography; no bottle, pouch, box, shadows, tabletop, or surrounding environment.",
"width": 1664,
"height": 2560,
"settings": {
"backgroundColor": {
"rgb": [
238,
231,
211
]
},
"colors": [
{
"rgb": [
238,
231,
211
]
},
{
"rgb": [
26,
54,
128
]
},
{
"rgb": [
205,
73,
42
]
},
{
"rgb": [
181,
214,
55
]
}
],
"styleMatch": "precise"
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/a78761d6-1293-4a55-8fa1-b4b4be23ebbf.jpg",
"https://assets.runware.ai/assets/inputs/dcc801e0-254e-4f88-8092-9910cb4e5d1c.jpg"
]
}
}
]'runware run recraft:v4@styles-pro \
positivePrompt="Create finished, print-ready front label artwork for a professional coastal environmental DNA sampling kit, presented straight-on and filling the entire vertical canvas with no package mockup, hands, scenery, or perspective distortion. Brand name TIDELINE at the top in bold condensed sans serif lettering; primary product name eDNA WATER SAMPLE KIT; supporting copy SHORELINE SERIES, 12 STERILE FILTERS, FIELD USE / SINGLE SAMPLE, and LOT 24C. Build a disciplined modular information hierarchy inspired by mid-century oceanographic charts and 1970s Swiss laboratory packaging. Feature an elegant scientific illustration of a translucent filter membrane intersected by tidal contour lines, tiny diatoms, copepods, eelgrass fragments, and DNA helix marks. Include restrained technical icons, specimen indexing ticks, a small blank lot-code box, and believable regulatory microcopy arranged along the bottom edge. Crisp flat print design with subtle misregistration, fine engraved linework, tactile uncoated paper grain, generous negative space, precise alignment, and premium presentation-ready detail. Palette of warm bone, deep ultramarine, burnt orange, and a small accent of acid green. Serious, intelligent, field-ready mood; legible typography; no bottle, pouch, box, shadows, tabletop, or surrounding environment." \
width=1664 \
height=2560 \
settings.backgroundColor.rgb.0=238 \
settings.backgroundColor.rgb.1=231 \
settings.backgroundColor.rgb.2=211 \
settings.colors.0.rgb.0=238 \
settings.colors.0.rgb.1=231 \
settings.colors.0.rgb.2=211 \
settings.colors.1.rgb.0=26 \
settings.colors.1.rgb.1=54 \
settings.colors.1.rgb.2=128 \
settings.colors.2.rgb.0=205 \
settings.colors.2.rgb.1=73 \
settings.colors.2.rgb.2=42 \
settings.colors.3.rgb.0=181 \
settings.colors.3.rgb.1=214 \
settings.colors.3.rgb.2=55 \
settings.styleMatch=precise \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/a78761d6-1293-4a55-8fa1-b4b4be23ebbf.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/dcc801e0-254e-4f88-8092-9910cb4e5d1c.jpg{
"taskType": "imageInference",
"taskUUID": "157c483d-0f5e-4db0-afee-8c9fe7273dfa",
"model": "recraft:v4@styles-pro",
"positivePrompt": "Create finished, print-ready front label artwork for a professional coastal environmental DNA sampling kit, presented straight-on and filling the entire vertical canvas with no package mockup, hands, scenery, or perspective distortion. Brand name TIDELINE at the top in bold condensed sans serif lettering; primary product name eDNA WATER SAMPLE KIT; supporting copy SHORELINE SERIES, 12 STERILE FILTERS, FIELD USE / SINGLE SAMPLE, and LOT 24C. Build a disciplined modular information hierarchy inspired by mid-century oceanographic charts and 1970s Swiss laboratory packaging. Feature an elegant scientific illustration of a translucent filter membrane intersected by tidal contour lines, tiny diatoms, copepods, eelgrass fragments, and DNA helix marks. Include restrained technical icons, specimen indexing ticks, a small blank lot-code box, and believable regulatory microcopy arranged along the bottom edge. Crisp flat print design with subtle misregistration, fine engraved linework, tactile uncoated paper grain, generous negative space, precise alignment, and premium presentation-ready detail. Palette of warm bone, deep ultramarine, burnt orange, and a small accent of acid green. Serious, intelligent, field-ready mood; legible typography; no bottle, pouch, box, shadows, tabletop, or surrounding environment.",
"width": 1664,
"height": 2560,
"settings": {
"backgroundColor": {
"rgb": [
238,
231,
211
]
},
"colors": [
{
"rgb": [
238,
231,
211
]
},
{
"rgb": [
26,
54,
128
]
},
{
"rgb": [
205,
73,
42
]
},
{
"rgb": [
181,
214,
55
]
}
],
"styleMatch": "precise"
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/a78761d6-1293-4a55-8fa1-b4b4be23ebbf.jpg",
"https://assets.runware.ai/assets/inputs/dcc801e0-254e-4f88-8092-9910cb4e5d1c.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "157c483d-0f5e-4db0-afee-8c9fe7273dfa",
"imageUUID": "cf828d89-d811-40fe-9d03-5d33640e534a",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/4/ii/cf828d89-d811-40fe-9d03-5d33640e534a.jpg",
"seed": 995221171,
"cost": 0.105,
"outputs": {
"styleId": "52ab73f3-753d-4e1e-9de2-6a2dae28d754"
}
}