MODEL IDrecraft:v4@styles-vector
live

Recraft V4 Styles Vector

Recraft
by Recraft

Recraft V4 Styles Vector applies the V4 Styles family to vector output, generating SVG assets that stay aligned to a reusable reference-driven visual style. It is intended for teams that want style consistency not just in raster campaigns, but also in scalable design systems such as icons, logos, graphic marks, packaging elements, and illustration assets. The model is designed to capture the distinctive visual language of reference images without requiring a separate training workflow.

Recraft V4 Styles Vector
Text to Image

Beneficial Nematode Sachet Label

Beneficial Nematode Sachet Label

Create a finished portrait-format vector packaging label for a refrigerated sachet of beneficial nematodes used by professional greenhouse growers. Brand name: NEMA FIELD. Product line: HB-25. Main descriptor: BENEFICIAL NEMATODES. Secondary copy: Biological control for soil-dwelling pests. Include a prominent simplified scientific cutaway illustration of plant roots in soil with tiny nematodes moving toward beetle larvae, rendered as clear geometric vector linework rather than a realistic scene. Organize the front panel with strong information hierarchy, modular technical blocks, a small cold-storage snowflake symbol, and concise footer text: 25 MILLION — TREATS 50 m² — KEEP REFRIGERATED. Match the supplied reference image's 1970s agricultural-extension visual language precisely: bold condensed sans-serif lettering, coarse halftone accents, angular crop-field shapes, sturdy rules, and practical scientific clarity. Use only the specified acid yellow, deep forest green, and near-black palette. Flat print artwork only, edge-to-edge label design, centered and front-facing, no pouch mockup, no photography, no shadows, no hands, no surrounding scene.

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-vector',
  positivePrompt: 'Create a finished portrait-format vector packaging label for a refrigerated sachet of beneficial nematodes used by professional greenhouse growers. Brand name: NEMA FIELD. Product line: HB-25. Main descriptor: BENEFICIAL NEMATODES. Secondary copy: Biological control for soil-dwelling pests. Include a prominent simplified scientific cutaway illustration of plant roots in soil with tiny nematodes moving toward beetle larvae, rendered as clear geometric vector linework rather than a realistic scene. Organize the front panel with strong information hierarchy, modular technical blocks, a small cold-storage snowflake symbol, and concise footer text: 25 MILLION — TREATS 50 m² — KEEP REFRIGERATED. Match the supplied reference image\'s 1970s agricultural-extension visual language precisely: bold condensed sans-serif lettering, coarse halftone accents, angular crop-field shapes, sturdy rules, and practical scientific clarity. Use only the specified acid yellow, deep forest green, and near-black palette. Flat print artwork only, edge-to-edge label design, centered and front-facing, no pouch mockup, no photography, no shadows, no hands, no surrounding scene.',
  width: 768,
  height: 1344,
  settings: {
    colors: [
      {
        rgb: [
          232,
          239,
          54
        ]
      },
      {
        rgb: [
          18,
          82,
          55
        ]
      },
      {
        rgb: [
          20,
          24,
          21
        ]
      }
    ],
    styleMatch: 'precise'
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/d1473184-feab-47ef-9fd2-85317dcaadde.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-vector",
            "positivePrompt": "Create a finished portrait-format vector packaging label for a refrigerated sachet of beneficial nematodes used by professional greenhouse growers. Brand name: NEMA FIELD. Product line: HB-25. Main descriptor: BENEFICIAL NEMATODES. Secondary copy: Biological control for soil-dwelling pests. Include a prominent simplified scientific cutaway illustration of plant roots in soil with tiny nematodes moving toward beetle larvae, rendered as clear geometric vector linework rather than a realistic scene. Organize the front panel with strong information hierarchy, modular technical blocks, a small cold-storage snowflake symbol, and concise footer text: 25 MILLION — TREATS 50 m² — KEEP REFRIGERATED. Match the supplied reference image's 1970s agricultural-extension visual language precisely: bold condensed sans-serif lettering, coarse halftone accents, angular crop-field shapes, sturdy rules, and practical scientific clarity. Use only the specified acid yellow, deep forest green, and near-black palette. Flat print artwork only, edge-to-edge label design, centered and front-facing, no pouch mockup, no photography, no shadows, no hands, no surrounding scene.",
            "width": 768,
            "height": 1344,
            "settings": {
                "colors": [
                    {
                        "rgb": [
                            232,
                            239,
                            54
                        ]
                    },
                    {
                        "rgb": [
                            18,
                            82,
                            55
                        ]
                    },
                    {
                        "rgb": [
                            20,
                            24,
                            21
                        ]
                    }
                ],
                "styleMatch": "precise"
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/d1473184-feab-47ef-9fd2-85317dcaadde.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "vectorize",
      "taskUUID": "a2136db1-c9df-4f39-8d88-a167a2b50e73",
      "model": "recraft:v4@styles-vector",
      "positivePrompt": "Create a finished portrait-format vector packaging label for a refrigerated sachet of beneficial nematodes used by professional greenhouse growers. Brand name: NEMA FIELD. Product line: HB-25. Main descriptor: BENEFICIAL NEMATODES. Secondary copy: Biological control for soil-dwelling pests. Include a prominent simplified scientific cutaway illustration of plant roots in soil with tiny nematodes moving toward beetle larvae, rendered as clear geometric vector linework rather than a realistic scene. Organize the front panel with strong information hierarchy, modular technical blocks, a small cold-storage snowflake symbol, and concise footer text: 25 MILLION — TREATS 50 m² — KEEP REFRIGERATED. Match the supplied reference image's 1970s agricultural-extension visual language precisely: bold condensed sans-serif lettering, coarse halftone accents, angular crop-field shapes, sturdy rules, and practical scientific clarity. Use only the specified acid yellow, deep forest green, and near-black palette. Flat print artwork only, edge-to-edge label design, centered and front-facing, no pouch mockup, no photography, no shadows, no hands, no surrounding scene.",
      "width": 768,
      "height": 1344,
      "settings": {
        "colors": [
          {
            "rgb": [
              232,
              239,
              54
            ]
          },
          {
            "rgb": [
              18,
              82,
              55
            ]
          },
          {
            "rgb": [
              20,
              24,
              21
            ]
          }
        ],
        "styleMatch": "precise"
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/d1473184-feab-47ef-9fd2-85317dcaadde.jpg"
        ]
      }
    }
  ]'
runware run recraft:v4@styles-vector \
  positivePrompt="Create a finished portrait-format vector packaging label for a refrigerated sachet of beneficial nematodes used by professional greenhouse growers. Brand name: NEMA FIELD. Product line: HB-25. Main descriptor: BENEFICIAL NEMATODES. Secondary copy: Biological control for soil-dwelling pests. Include a prominent simplified scientific cutaway illustration of plant roots in soil with tiny nematodes moving toward beetle larvae, rendered as clear geometric vector linework rather than a realistic scene. Organize the front panel with strong information hierarchy, modular technical blocks, a small cold-storage snowflake symbol, and concise footer text: 25 MILLION — TREATS 50 m² — KEEP REFRIGERATED. Match the supplied reference image's 1970s agricultural-extension visual language precisely: bold condensed sans-serif lettering, coarse halftone accents, angular crop-field shapes, sturdy rules, and practical scientific clarity. Use only the specified acid yellow, deep forest green, and near-black palette. Flat print artwork only, edge-to-edge label design, centered and front-facing, no pouch mockup, no photography, no shadows, no hands, no surrounding scene." \
  width=768 \
  height=1344 \
  settings.colors.0.rgb.0=232 \
  settings.colors.0.rgb.1=239 \
  settings.colors.0.rgb.2=54 \
  settings.colors.1.rgb.0=18 \
  settings.colors.1.rgb.1=82 \
  settings.colors.1.rgb.2=55 \
  settings.colors.2.rgb.0=20 \
  settings.colors.2.rgb.1=24 \
  settings.colors.2.rgb.2=21 \
  settings.styleMatch=precise \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/d1473184-feab-47ef-9fd2-85317dcaadde.jpg
{
  "taskType": "vectorize",
  "taskUUID": "a2136db1-c9df-4f39-8d88-a167a2b50e73",
  "model": "recraft:v4@styles-vector",
  "positivePrompt": "Create a finished portrait-format vector packaging label for a refrigerated sachet of beneficial nematodes used by professional greenhouse growers. Brand name: NEMA FIELD. Product line: HB-25. Main descriptor: BENEFICIAL NEMATODES. Secondary copy: Biological control for soil-dwelling pests. Include a prominent simplified scientific cutaway illustration of plant roots in soil with tiny nematodes moving toward beetle larvae, rendered as clear geometric vector linework rather than a realistic scene. Organize the front panel with strong information hierarchy, modular technical blocks, a small cold-storage snowflake symbol, and concise footer text: 25 MILLION — TREATS 50 m² — KEEP REFRIGERATED. Match the supplied reference image's 1970s agricultural-extension visual language precisely: bold condensed sans-serif lettering, coarse halftone accents, angular crop-field shapes, sturdy rules, and practical scientific clarity. Use only the specified acid yellow, deep forest green, and near-black palette. Flat print artwork only, edge-to-edge label design, centered and front-facing, no pouch mockup, no photography, no shadows, no hands, no surrounding scene.",
  "width": 768,
  "height": 1344,
  "settings": {
    "colors": [
      {
        "rgb": [
          232,
          239,
          54
        ]
      },
      {
        "rgb": [
          18,
          82,
          55
        ]
      },
      {
        "rgb": [
          20,
          24,
          21
        ]
      }
    ],
    "styleMatch": "precise"
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/d1473184-feab-47ef-9fd2-85317dcaadde.jpg"
    ]
  }
}
Response
{
  "taskType": "vectorize",
  "taskUUID": "a2136db1-c9df-4f39-8d88-a167a2b50e73",
  "imageUUID": "612ad8b2-bb31-4129-a381-ac6c70e9dcc4",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/612ad8b2-bb31-4129-a381-ac6c70e9dcc4.svg",
  "cost": 0.055,
  "outputs": {
    "styleId": "7c4ff36c-a485-416a-a340-76c409428632"
  }
}
Text to Image

Subterranean Sound Festival Poster

Subterranean Sound Festival Poster

Create a finished portrait-format vector event poster for CISTERN SIGNAL 2026, an experimental sound and field-recording festival held in a decommissioned underground water reservoir in Rotterdam. Central graphic: a dramatic cutaway view looking down through repeating concrete columns into a dark cistern, with concentric sonar rings, hydrophone cables, angular echoes, and one tiny performer standing beside modular audio equipment. Use bold flat vector geometry, architectural abstraction, strong negative space, sharp silhouettes, limited screen-print texture, and subtle intentional color misregistration. The mood is nocturnal, cerebral, industrial, and immersive rather than dystopian. Build a clear modernist typographic hierarchy with this exact prominent text: “CISTERN SIGNAL” and “2026”. Include the supporting information: “18–20 SEPTEMBER”, “DE WATERRESERVOIR — ROTTERDAM”, and the lineup “LINA RAÜL • OKI SATO • MARE BASIN • STATIC TIDE • ECHO UNIT”. Keep all lettering crisp, legible, and integrated into the composition. Deep navy background with phosphor green acoustic rings, coral accents, and warm cream typography. Full-bleed standalone poster artwork, clean scalable vector finish, no frame, no wall mockup, no photographic objects, no logos, no QR code, no website, no interface elements.

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-vector',
  positivePrompt: 'Create a finished portrait-format vector event poster for CISTERN SIGNAL 2026, an experimental sound and field-recording festival held in a decommissioned underground water reservoir in Rotterdam. Central graphic: a dramatic cutaway view looking down through repeating concrete columns into a dark cistern, with concentric sonar rings, hydrophone cables, angular echoes, and one tiny performer standing beside modular audio equipment. Use bold flat vector geometry, architectural abstraction, strong negative space, sharp silhouettes, limited screen-print texture, and subtle intentional color misregistration. The mood is nocturnal, cerebral, industrial, and immersive rather than dystopian. Build a clear modernist typographic hierarchy with this exact prominent text: “CISTERN SIGNAL” and “2026”. Include the supporting information: “18–20 SEPTEMBER”, “DE WATERRESERVOIR — ROTTERDAM”, and the lineup “LINA RAÜL • OKI SATO • MARE BASIN • STATIC TIDE • ECHO UNIT”. Keep all lettering crisp, legible, and integrated into the composition. Deep navy background with phosphor green acoustic rings, coral accents, and warm cream typography. Full-bleed standalone poster artwork, clean scalable vector finish, no frame, no wall mockup, no photographic objects, no logos, no QR code, no website, no interface elements.',
  width: 768,
  height: 1344,
  settings: {
    backgroundColor: {
      rgb: [
        11,
        20,
        55
      ]
    },
    colors: [
      {
        rgb: [
          11,
          20,
          55
        ]
      },
      {
        rgb: [
          188,
          255,
          68
        ]
      },
      {
        rgb: [
          255,
          92,
          74
        ]
      },
      {
        rgb: [
          239,
          232,
          210
        ]
      }
    ],
    styleMatch: 'flexible'
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/d2f36667-acb9-43e3-a0a9-05e234096e28.jpg',
      'https://assets.runware.ai/assets/inputs/97e81415-57ce-47b6-acb8-c70979606aab.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-vector",
            "positivePrompt": "Create a finished portrait-format vector event poster for CISTERN SIGNAL 2026, an experimental sound and field-recording festival held in a decommissioned underground water reservoir in Rotterdam. Central graphic: a dramatic cutaway view looking down through repeating concrete columns into a dark cistern, with concentric sonar rings, hydrophone cables, angular echoes, and one tiny performer standing beside modular audio equipment. Use bold flat vector geometry, architectural abstraction, strong negative space, sharp silhouettes, limited screen-print texture, and subtle intentional color misregistration. The mood is nocturnal, cerebral, industrial, and immersive rather than dystopian. Build a clear modernist typographic hierarchy with this exact prominent text: “CISTERN SIGNAL” and “2026”. Include the supporting information: “18–20 SEPTEMBER”, “DE WATERRESERVOIR — ROTTERDAM”, and the lineup “LINA RAÜL • OKI SATO • MARE BASIN • STATIC TIDE • ECHO UNIT”. Keep all lettering crisp, legible, and integrated into the composition. Deep navy background with phosphor green acoustic rings, coral accents, and warm cream typography. Full-bleed standalone poster artwork, clean scalable vector finish, no frame, no wall mockup, no photographic objects, no logos, no QR code, no website, no interface elements.",
            "width": 768,
            "height": 1344,
            "settings": {
                "backgroundColor": {
                    "rgb": [
                        11,
                        20,
                        55
                    ]
                },
                "colors": [
                    {
                        "rgb": [
                            11,
                            20,
                            55
                        ]
                    },
                    {
                        "rgb": [
                            188,
                            255,
                            68
                        ]
                    },
                    {
                        "rgb": [
                            255,
                            92,
                            74
                        ]
                    },
                    {
                        "rgb": [
                            239,
                            232,
                            210
                        ]
                    }
                ],
                "styleMatch": "flexible"
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/d2f36667-acb9-43e3-a0a9-05e234096e28.jpg",
                    "https://assets.runware.ai/assets/inputs/97e81415-57ce-47b6-acb8-c70979606aab.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "vectorize",
      "taskUUID": "f074c596-30b9-4188-85de-06b7df677c2e",
      "model": "recraft:v4@styles-vector",
      "positivePrompt": "Create a finished portrait-format vector event poster for CISTERN SIGNAL 2026, an experimental sound and field-recording festival held in a decommissioned underground water reservoir in Rotterdam. Central graphic: a dramatic cutaway view looking down through repeating concrete columns into a dark cistern, with concentric sonar rings, hydrophone cables, angular echoes, and one tiny performer standing beside modular audio equipment. Use bold flat vector geometry, architectural abstraction, strong negative space, sharp silhouettes, limited screen-print texture, and subtle intentional color misregistration. The mood is nocturnal, cerebral, industrial, and immersive rather than dystopian. Build a clear modernist typographic hierarchy with this exact prominent text: “CISTERN SIGNAL” and “2026”. Include the supporting information: “18–20 SEPTEMBER”, “DE WATERRESERVOIR — ROTTERDAM”, and the lineup “LINA RAÜL • OKI SATO • MARE BASIN • STATIC TIDE • ECHO UNIT”. Keep all lettering crisp, legible, and integrated into the composition. Deep navy background with phosphor green acoustic rings, coral accents, and warm cream typography. Full-bleed standalone poster artwork, clean scalable vector finish, no frame, no wall mockup, no photographic objects, no logos, no QR code, no website, no interface elements.",
      "width": 768,
      "height": 1344,
      "settings": {
        "backgroundColor": {
          "rgb": [
            11,
            20,
            55
          ]
        },
        "colors": [
          {
            "rgb": [
              11,
              20,
              55
            ]
          },
          {
            "rgb": [
              188,
              255,
              68
            ]
          },
          {
            "rgb": [
              255,
              92,
              74
            ]
          },
          {
            "rgb": [
              239,
              232,
              210
            ]
          }
        ],
        "styleMatch": "flexible"
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/d2f36667-acb9-43e3-a0a9-05e234096e28.jpg",
          "https://assets.runware.ai/assets/inputs/97e81415-57ce-47b6-acb8-c70979606aab.jpg"
        ]
      }
    }
  ]'
runware run recraft:v4@styles-vector \
  positivePrompt="Create a finished portrait-format vector event poster for CISTERN SIGNAL 2026, an experimental sound and field-recording festival held in a decommissioned underground water reservoir in Rotterdam. Central graphic: a dramatic cutaway view looking down through repeating concrete columns into a dark cistern, with concentric sonar rings, hydrophone cables, angular echoes, and one tiny performer standing beside modular audio equipment. Use bold flat vector geometry, architectural abstraction, strong negative space, sharp silhouettes, limited screen-print texture, and subtle intentional color misregistration. The mood is nocturnal, cerebral, industrial, and immersive rather than dystopian. Build a clear modernist typographic hierarchy with this exact prominent text: “CISTERN SIGNAL” and “2026”. Include the supporting information: “18–20 SEPTEMBER”, “DE WATERRESERVOIR — ROTTERDAM”, and the lineup “LINA RAÜL • OKI SATO • MARE BASIN • STATIC TIDE • ECHO UNIT”. Keep all lettering crisp, legible, and integrated into the composition. Deep navy background with phosphor green acoustic rings, coral accents, and warm cream typography. Full-bleed standalone poster artwork, clean scalable vector finish, no frame, no wall mockup, no photographic objects, no logos, no QR code, no website, no interface elements." \
  width=768 \
  height=1344 \
  settings.backgroundColor.rgb.0=11 \
  settings.backgroundColor.rgb.1=20 \
  settings.backgroundColor.rgb.2=55 \
  settings.colors.0.rgb.0=11 \
  settings.colors.0.rgb.1=20 \
  settings.colors.0.rgb.2=55 \
  settings.colors.1.rgb.0=188 \
  settings.colors.1.rgb.1=255 \
  settings.colors.1.rgb.2=68 \
  settings.colors.2.rgb.0=255 \
  settings.colors.2.rgb.1=92 \
  settings.colors.2.rgb.2=74 \
  settings.colors.3.rgb.0=239 \
  settings.colors.3.rgb.1=232 \
  settings.colors.3.rgb.2=210 \
  settings.styleMatch=flexible \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/d2f36667-acb9-43e3-a0a9-05e234096e28.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/97e81415-57ce-47b6-acb8-c70979606aab.jpg
{
  "taskType": "vectorize",
  "taskUUID": "f074c596-30b9-4188-85de-06b7df677c2e",
  "model": "recraft:v4@styles-vector",
  "positivePrompt": "Create a finished portrait-format vector event poster for CISTERN SIGNAL 2026, an experimental sound and field-recording festival held in a decommissioned underground water reservoir in Rotterdam. Central graphic: a dramatic cutaway view looking down through repeating concrete columns into a dark cistern, with concentric sonar rings, hydrophone cables, angular echoes, and one tiny performer standing beside modular audio equipment. Use bold flat vector geometry, architectural abstraction, strong negative space, sharp silhouettes, limited screen-print texture, and subtle intentional color misregistration. The mood is nocturnal, cerebral, industrial, and immersive rather than dystopian. Build a clear modernist typographic hierarchy with this exact prominent text: “CISTERN SIGNAL” and “2026”. Include the supporting information: “18–20 SEPTEMBER”, “DE WATERRESERVOIR — ROTTERDAM”, and the lineup “LINA RAÜL • OKI SATO • MARE BASIN • STATIC TIDE • ECHO UNIT”. Keep all lettering crisp, legible, and integrated into the composition. Deep navy background with phosphor green acoustic rings, coral accents, and warm cream typography. Full-bleed standalone poster artwork, clean scalable vector finish, no frame, no wall mockup, no photographic objects, no logos, no QR code, no website, no interface elements.",
  "width": 768,
  "height": 1344,
  "settings": {
    "backgroundColor": {
      "rgb": [
        11,
        20,
        55
      ]
    },
    "colors": [
      {
        "rgb": [
          11,
          20,
          55
        ]
      },
      {
        "rgb": [
          188,
          255,
          68
        ]
      },
      {
        "rgb": [
          255,
          92,
          74
        ]
      },
      {
        "rgb": [
          239,
          232,
          210
        ]
      }
    ],
    "styleMatch": "flexible"
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/d2f36667-acb9-43e3-a0a9-05e234096e28.jpg",
      "https://assets.runware.ai/assets/inputs/97e81415-57ce-47b6-acb8-c70979606aab.jpg"
    ]
  }
}
Response
{
  "taskType": "vectorize",
  "taskUUID": "f074c596-30b9-4188-85de-06b7df677c2e",
  "imageUUID": "ef74e839-b497-4491-89e0-a7ba3d6ba7b9",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/ef74e839-b497-4491-89e0-a7ba3d6ba7b9.svg",
  "cost": 0.055,
  "outputs": {
    "styleId": "51174a53-114f-4f93-aa35-7efe7fecdd63"
  }
}
Text to Image

Ceramic Glaze Jar Label

Ceramic Glaze Jar Label

Create a finished, print-ready vertical wraparound label for a 500 mL jar of professional stoneware glaze. Product name: “CALDERA” as the dominant condensed uppercase wordmark, followed by “LUNAR ASH”, “CONE 6”, “STONEWARE GLAZE”, and “500 mL” in a clear typographic hierarchy. Center the composition on a bold cutaway illustration of a volcanic caldera built from angular rock strata, concentric topographic lines, and small mineral symbols. Use sophisticated mid-century geological survey graphics with crisp scalable vector shapes, flat spot-color printing, precise linework, generous margins, and a balanced technical editorial layout. Warm ivory ground with charcoal black, oxidized rust orange, and cool mineral blue. Premium, tactile, scientific, and quietly dramatic. Straight-on flat label artwork only, edge-to-edge composition, no jar, no packaging mockup, no photography, no shadows, no 3D rendering, no barcode, no tiny legal copy, no extra words.

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-vector',
  positivePrompt: 'Create a finished, print-ready vertical wraparound label for a 500 mL jar of professional stoneware glaze. Product name: “CALDERA” as the dominant condensed uppercase wordmark, followed by “LUNAR ASH”, “CONE 6”, “STONEWARE GLAZE”, and “500 mL” in a clear typographic hierarchy. Center the composition on a bold cutaway illustration of a volcanic caldera built from angular rock strata, concentric topographic lines, and small mineral symbols. Use sophisticated mid-century geological survey graphics with crisp scalable vector shapes, flat spot-color printing, precise linework, generous margins, and a balanced technical editorial layout. Warm ivory ground with charcoal black, oxidized rust orange, and cool mineral blue. Premium, tactile, scientific, and quietly dramatic. Straight-on flat label artwork only, edge-to-edge composition, no jar, no packaging mockup, no photography, no shadows, no 3D rendering, no barcode, no tiny legal copy, no extra words.',
  width: 896,
  height: 1280,
  settings: {
    backgroundColor: {
      rgb: [
        244,
        235,
        210
      ]
    },
    colors: [
      {
        rgb: [
          244,
          235,
          210
        ]
      },
      {
        rgb: [
          35,
          38,
          37
        ]
      },
      {
        rgb: [
          184,
          76,
          47
        ]
      },
      {
        rgb: [
          52,
          111,
          128
        ]
      }
    ],
    styleMatch: 'precise'
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/cc7e66e5-b7a2-425d-a947-f1024f4e0a06.jpg',
      'https://assets.runware.ai/assets/inputs/1ec7af99-71c0-44c7-b956-99f430eddaa2.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-vector",
            "positivePrompt": "Create a finished, print-ready vertical wraparound label for a 500 mL jar of professional stoneware glaze. Product name: “CALDERA” as the dominant condensed uppercase wordmark, followed by “LUNAR ASH”, “CONE 6”, “STONEWARE GLAZE”, and “500 mL” in a clear typographic hierarchy. Center the composition on a bold cutaway illustration of a volcanic caldera built from angular rock strata, concentric topographic lines, and small mineral symbols. Use sophisticated mid-century geological survey graphics with crisp scalable vector shapes, flat spot-color printing, precise linework, generous margins, and a balanced technical editorial layout. Warm ivory ground with charcoal black, oxidized rust orange, and cool mineral blue. Premium, tactile, scientific, and quietly dramatic. Straight-on flat label artwork only, edge-to-edge composition, no jar, no packaging mockup, no photography, no shadows, no 3D rendering, no barcode, no tiny legal copy, no extra words.",
            "width": 896,
            "height": 1280,
            "settings": {
                "backgroundColor": {
                    "rgb": [
                        244,
                        235,
                        210
                    ]
                },
                "colors": [
                    {
                        "rgb": [
                            244,
                            235,
                            210
                        ]
                    },
                    {
                        "rgb": [
                            35,
                            38,
                            37
                        ]
                    },
                    {
                        "rgb": [
                            184,
                            76,
                            47
                        ]
                    },
                    {
                        "rgb": [
                            52,
                            111,
                            128
                        ]
                    }
                ],
                "styleMatch": "precise"
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/cc7e66e5-b7a2-425d-a947-f1024f4e0a06.jpg",
                    "https://assets.runware.ai/assets/inputs/1ec7af99-71c0-44c7-b956-99f430eddaa2.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "vectorize",
      "taskUUID": "40cf7e71-0ba3-441f-a5f7-47e612e2c146",
      "model": "recraft:v4@styles-vector",
      "positivePrompt": "Create a finished, print-ready vertical wraparound label for a 500 mL jar of professional stoneware glaze. Product name: “CALDERA” as the dominant condensed uppercase wordmark, followed by “LUNAR ASH”, “CONE 6”, “STONEWARE GLAZE”, and “500 mL” in a clear typographic hierarchy. Center the composition on a bold cutaway illustration of a volcanic caldera built from angular rock strata, concentric topographic lines, and small mineral symbols. Use sophisticated mid-century geological survey graphics with crisp scalable vector shapes, flat spot-color printing, precise linework, generous margins, and a balanced technical editorial layout. Warm ivory ground with charcoal black, oxidized rust orange, and cool mineral blue. Premium, tactile, scientific, and quietly dramatic. Straight-on flat label artwork only, edge-to-edge composition, no jar, no packaging mockup, no photography, no shadows, no 3D rendering, no barcode, no tiny legal copy, no extra words.",
      "width": 896,
      "height": 1280,
      "settings": {
        "backgroundColor": {
          "rgb": [
            244,
            235,
            210
          ]
        },
        "colors": [
          {
            "rgb": [
              244,
              235,
              210
            ]
          },
          {
            "rgb": [
              35,
              38,
              37
            ]
          },
          {
            "rgb": [
              184,
              76,
              47
            ]
          },
          {
            "rgb": [
              52,
              111,
              128
            ]
          }
        ],
        "styleMatch": "precise"
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/cc7e66e5-b7a2-425d-a947-f1024f4e0a06.jpg",
          "https://assets.runware.ai/assets/inputs/1ec7af99-71c0-44c7-b956-99f430eddaa2.jpg"
        ]
      }
    }
  ]'
runware run recraft:v4@styles-vector \
  positivePrompt="Create a finished, print-ready vertical wraparound label for a 500 mL jar of professional stoneware glaze. Product name: “CALDERA” as the dominant condensed uppercase wordmark, followed by “LUNAR ASH”, “CONE 6”, “STONEWARE GLAZE”, and “500 mL” in a clear typographic hierarchy. Center the composition on a bold cutaway illustration of a volcanic caldera built from angular rock strata, concentric topographic lines, and small mineral symbols. Use sophisticated mid-century geological survey graphics with crisp scalable vector shapes, flat spot-color printing, precise linework, generous margins, and a balanced technical editorial layout. Warm ivory ground with charcoal black, oxidized rust orange, and cool mineral blue. Premium, tactile, scientific, and quietly dramatic. Straight-on flat label artwork only, edge-to-edge composition, no jar, no packaging mockup, no photography, no shadows, no 3D rendering, no barcode, no tiny legal copy, no extra words." \
  width=896 \
  height=1280 \
  settings.backgroundColor.rgb.0=244 \
  settings.backgroundColor.rgb.1=235 \
  settings.backgroundColor.rgb.2=210 \
  settings.colors.0.rgb.0=244 \
  settings.colors.0.rgb.1=235 \
  settings.colors.0.rgb.2=210 \
  settings.colors.1.rgb.0=35 \
  settings.colors.1.rgb.1=38 \
  settings.colors.1.rgb.2=37 \
  settings.colors.2.rgb.0=184 \
  settings.colors.2.rgb.1=76 \
  settings.colors.2.rgb.2=47 \
  settings.colors.3.rgb.0=52 \
  settings.colors.3.rgb.1=111 \
  settings.colors.3.rgb.2=128 \
  settings.styleMatch=precise \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/cc7e66e5-b7a2-425d-a947-f1024f4e0a06.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/1ec7af99-71c0-44c7-b956-99f430eddaa2.jpg
{
  "taskType": "vectorize",
  "taskUUID": "40cf7e71-0ba3-441f-a5f7-47e612e2c146",
  "model": "recraft:v4@styles-vector",
  "positivePrompt": "Create a finished, print-ready vertical wraparound label for a 500 mL jar of professional stoneware glaze. Product name: “CALDERA” as the dominant condensed uppercase wordmark, followed by “LUNAR ASH”, “CONE 6”, “STONEWARE GLAZE”, and “500 mL” in a clear typographic hierarchy. Center the composition on a bold cutaway illustration of a volcanic caldera built from angular rock strata, concentric topographic lines, and small mineral symbols. Use sophisticated mid-century geological survey graphics with crisp scalable vector shapes, flat spot-color printing, precise linework, generous margins, and a balanced technical editorial layout. Warm ivory ground with charcoal black, oxidized rust orange, and cool mineral blue. Premium, tactile, scientific, and quietly dramatic. Straight-on flat label artwork only, edge-to-edge composition, no jar, no packaging mockup, no photography, no shadows, no 3D rendering, no barcode, no tiny legal copy, no extra words.",
  "width": 896,
  "height": 1280,
  "settings": {
    "backgroundColor": {
      "rgb": [
        244,
        235,
        210
      ]
    },
    "colors": [
      {
        "rgb": [
          244,
          235,
          210
        ]
      },
      {
        "rgb": [
          35,
          38,
          37
        ]
      },
      {
        "rgb": [
          184,
          76,
          47
        ]
      },
      {
        "rgb": [
          52,
          111,
          128
        ]
      }
    ],
    "styleMatch": "precise"
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/cc7e66e5-b7a2-425d-a947-f1024f4e0a06.jpg",
      "https://assets.runware.ai/assets/inputs/1ec7af99-71c0-44c7-b956-99f430eddaa2.jpg"
    ]
  }
}
Response
{
  "taskType": "vectorize",
  "taskUUID": "40cf7e71-0ba3-441f-a5f7-47e612e2c146",
  "imageUUID": "690b6ddb-4fc0-4fe1-8f64-12d92229d847",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/690b6ddb-4fc0-4fe1-8f64-12d92229d847.svg",
  "cost": 0.055,
  "outputs": {
    "styleId": "9013dd15-b811-47cf-b8af-9b75866477ae"
  }
}
Text to Image

Snowplow Crew Jacket Back Graphic

Snowplow Crew Jacket Back Graphic

Create a finished wide-format vector apparel graphic for the back of a mountain-pass snow operations crew jacket. Center a powerful side-facing rotary snowplow cutting through an enormous curling wall of snow, with the snow shaped like a clean graphic wave. Frame the machine with simplified alpine peaks, topographic contour lines, a small crescent moon, signal rays, and reflective road chevrons. Integrate bold condensed lettering reading “NORTH RANGE” across the top and “NIGHT PASS CREW 07” along the bottom. Use the three reference images to establish one cohesive visual system: rugged 1970s public-works graphics, heavy angular outlines, flat interlocking shapes, precise screen-print separations, sparse halftone texture, strong negative space, and patch-like symmetry. Limit the artwork to dark navy, warm cream, and safety orange. Keep all lettering legible and correctly spelled. Strong centered horizontal composition optimized for a large jacket back print, crisp scalable SVG-style paths, no gradients, no photorealism, no garment mockup, no person, no hangers, no room scene, and no presentation board.

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-vector',
  positivePrompt: 'Create a finished wide-format vector apparel graphic for the back of a mountain-pass snow operations crew jacket. Center a powerful side-facing rotary snowplow cutting through an enormous curling wall of snow, with the snow shaped like a clean graphic wave. Frame the machine with simplified alpine peaks, topographic contour lines, a small crescent moon, signal rays, and reflective road chevrons. Integrate bold condensed lettering reading “NORTH RANGE” across the top and “NIGHT PASS CREW 07” along the bottom. Use the three reference images to establish one cohesive visual system: rugged 1970s public-works graphics, heavy angular outlines, flat interlocking shapes, precise screen-print separations, sparse halftone texture, strong negative space, and patch-like symmetry. Limit the artwork to dark navy, warm cream, and safety orange. Keep all lettering legible and correctly spelled. Strong centered horizontal composition optimized for a large jacket back print, crisp scalable SVG-style paths, no gradients, no photorealism, no garment mockup, no person, no hangers, no room scene, and no presentation board.',
  width: 1344,
  height: 768,
  settings: {
    backgroundColor: {
      rgb: [
        10,
        29,
        43
      ]
    },
    colors: [
      {
        rgb: [
          10,
          29,
          43
        ]
      },
      {
        rgb: [
          242,
          231,
          203
        ]
      },
      {
        rgb: [
          244,
          92,
          34
        ]
      }
    ],
    styleMatch: 'precise'
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/09afdf98-e9d2-419e-b83c-951898f7cb8a.jpg',
      'https://assets.runware.ai/assets/inputs/0fadacdf-3348-464d-9a90-c31585942fa8.jpg',
      'https://assets.runware.ai/assets/inputs/3fa9ae52-104a-4a74-8200-839702eac38d.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-vector",
            "positivePrompt": "Create a finished wide-format vector apparel graphic for the back of a mountain-pass snow operations crew jacket. Center a powerful side-facing rotary snowplow cutting through an enormous curling wall of snow, with the snow shaped like a clean graphic wave. Frame the machine with simplified alpine peaks, topographic contour lines, a small crescent moon, signal rays, and reflective road chevrons. Integrate bold condensed lettering reading “NORTH RANGE” across the top and “NIGHT PASS CREW 07” along the bottom. Use the three reference images to establish one cohesive visual system: rugged 1970s public-works graphics, heavy angular outlines, flat interlocking shapes, precise screen-print separations, sparse halftone texture, strong negative space, and patch-like symmetry. Limit the artwork to dark navy, warm cream, and safety orange. Keep all lettering legible and correctly spelled. Strong centered horizontal composition optimized for a large jacket back print, crisp scalable SVG-style paths, no gradients, no photorealism, no garment mockup, no person, no hangers, no room scene, and no presentation board.",
            "width": 1344,
            "height": 768,
            "settings": {
                "backgroundColor": {
                    "rgb": [
                        10,
                        29,
                        43
                    ]
                },
                "colors": [
                    {
                        "rgb": [
                            10,
                            29,
                            43
                        ]
                    },
                    {
                        "rgb": [
                            242,
                            231,
                            203
                        ]
                    },
                    {
                        "rgb": [
                            244,
                            92,
                            34
                        ]
                    }
                ],
                "styleMatch": "precise"
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/09afdf98-e9d2-419e-b83c-951898f7cb8a.jpg",
                    "https://assets.runware.ai/assets/inputs/0fadacdf-3348-464d-9a90-c31585942fa8.jpg",
                    "https://assets.runware.ai/assets/inputs/3fa9ae52-104a-4a74-8200-839702eac38d.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "vectorize",
      "taskUUID": "d1b00023-2d68-4dd1-a255-cd27f6c906af",
      "model": "recraft:v4@styles-vector",
      "positivePrompt": "Create a finished wide-format vector apparel graphic for the back of a mountain-pass snow operations crew jacket. Center a powerful side-facing rotary snowplow cutting through an enormous curling wall of snow, with the snow shaped like a clean graphic wave. Frame the machine with simplified alpine peaks, topographic contour lines, a small crescent moon, signal rays, and reflective road chevrons. Integrate bold condensed lettering reading “NORTH RANGE” across the top and “NIGHT PASS CREW 07” along the bottom. Use the three reference images to establish one cohesive visual system: rugged 1970s public-works graphics, heavy angular outlines, flat interlocking shapes, precise screen-print separations, sparse halftone texture, strong negative space, and patch-like symmetry. Limit the artwork to dark navy, warm cream, and safety orange. Keep all lettering legible and correctly spelled. Strong centered horizontal composition optimized for a large jacket back print, crisp scalable SVG-style paths, no gradients, no photorealism, no garment mockup, no person, no hangers, no room scene, and no presentation board.",
      "width": 1344,
      "height": 768,
      "settings": {
        "backgroundColor": {
          "rgb": [
            10,
            29,
            43
          ]
        },
        "colors": [
          {
            "rgb": [
              10,
              29,
              43
            ]
          },
          {
            "rgb": [
              242,
              231,
              203
            ]
          },
          {
            "rgb": [
              244,
              92,
              34
            ]
          }
        ],
        "styleMatch": "precise"
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/09afdf98-e9d2-419e-b83c-951898f7cb8a.jpg",
          "https://assets.runware.ai/assets/inputs/0fadacdf-3348-464d-9a90-c31585942fa8.jpg",
          "https://assets.runware.ai/assets/inputs/3fa9ae52-104a-4a74-8200-839702eac38d.jpg"
        ]
      }
    }
  ]'
runware run recraft:v4@styles-vector \
  positivePrompt="Create a finished wide-format vector apparel graphic for the back of a mountain-pass snow operations crew jacket. Center a powerful side-facing rotary snowplow cutting through an enormous curling wall of snow, with the snow shaped like a clean graphic wave. Frame the machine with simplified alpine peaks, topographic contour lines, a small crescent moon, signal rays, and reflective road chevrons. Integrate bold condensed lettering reading “NORTH RANGE” across the top and “NIGHT PASS CREW 07” along the bottom. Use the three reference images to establish one cohesive visual system: rugged 1970s public-works graphics, heavy angular outlines, flat interlocking shapes, precise screen-print separations, sparse halftone texture, strong negative space, and patch-like symmetry. Limit the artwork to dark navy, warm cream, and safety orange. Keep all lettering legible and correctly spelled. Strong centered horizontal composition optimized for a large jacket back print, crisp scalable SVG-style paths, no gradients, no photorealism, no garment mockup, no person, no hangers, no room scene, and no presentation board." \
  width=1344 \
  height=768 \
  settings.backgroundColor.rgb.0=10 \
  settings.backgroundColor.rgb.1=29 \
  settings.backgroundColor.rgb.2=43 \
  settings.colors.0.rgb.0=10 \
  settings.colors.0.rgb.1=29 \
  settings.colors.0.rgb.2=43 \
  settings.colors.1.rgb.0=242 \
  settings.colors.1.rgb.1=231 \
  settings.colors.1.rgb.2=203 \
  settings.colors.2.rgb.0=244 \
  settings.colors.2.rgb.1=92 \
  settings.colors.2.rgb.2=34 \
  settings.styleMatch=precise \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/09afdf98-e9d2-419e-b83c-951898f7cb8a.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/0fadacdf-3348-464d-9a90-c31585942fa8.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/3fa9ae52-104a-4a74-8200-839702eac38d.jpg
{
  "taskType": "vectorize",
  "taskUUID": "d1b00023-2d68-4dd1-a255-cd27f6c906af",
  "model": "recraft:v4@styles-vector",
  "positivePrompt": "Create a finished wide-format vector apparel graphic for the back of a mountain-pass snow operations crew jacket. Center a powerful side-facing rotary snowplow cutting through an enormous curling wall of snow, with the snow shaped like a clean graphic wave. Frame the machine with simplified alpine peaks, topographic contour lines, a small crescent moon, signal rays, and reflective road chevrons. Integrate bold condensed lettering reading “NORTH RANGE” across the top and “NIGHT PASS CREW 07” along the bottom. Use the three reference images to establish one cohesive visual system: rugged 1970s public-works graphics, heavy angular outlines, flat interlocking shapes, precise screen-print separations, sparse halftone texture, strong negative space, and patch-like symmetry. Limit the artwork to dark navy, warm cream, and safety orange. Keep all lettering legible and correctly spelled. Strong centered horizontal composition optimized for a large jacket back print, crisp scalable SVG-style paths, no gradients, no photorealism, no garment mockup, no person, no hangers, no room scene, and no presentation board.",
  "width": 1344,
  "height": 768,
  "settings": {
    "backgroundColor": {
      "rgb": [
        10,
        29,
        43
      ]
    },
    "colors": [
      {
        "rgb": [
          10,
          29,
          43
        ]
      },
      {
        "rgb": [
          242,
          231,
          203
        ]
      },
      {
        "rgb": [
          244,
          92,
          34
        ]
      }
    ],
    "styleMatch": "precise"
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/09afdf98-e9d2-419e-b83c-951898f7cb8a.jpg",
      "https://assets.runware.ai/assets/inputs/0fadacdf-3348-464d-9a90-c31585942fa8.jpg",
      "https://assets.runware.ai/assets/inputs/3fa9ae52-104a-4a74-8200-839702eac38d.jpg"
    ]
  }
}
Response
{
  "taskType": "vectorize",
  "taskUUID": "d1b00023-2d68-4dd1-a255-cd27f6c906af",
  "imageUUID": "55f92372-a3f9-40b3-9028-e3350b339972",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/55f92372-a3f9-40b3-9028-e3350b339972.svg",
  "cost": 0.055,
  "outputs": {
    "styleId": "b84edf91-d188-444a-a4f7-f12c9a9d6915"
  }
}
Text to Image

Prosthetics Designer Personal Brand Portrait

Prosthetics Designer Personal Brand Portrait

Personal-brand editorial portrait of an independent upper-limb prosthetics designer in her early 40s, seated confidently at a clean fabrication bench in her working studio. She wears a structured cobalt chore jacket over a cream mock-neck shirt, graphite trousers, small silver hoop earrings, and clear safety glasses resting on top of her head. Natural, approachable expression with direct eye contact. One hand rests beside a beautifully engineered articulated prosthetic hand while the other holds a digital caliper; organized material samples, precision tools, and a compact task lamp provide authentic context without clutter. Three-quarter seated composition from mid-thigh upward, slightly low camera angle, fashion-editorial posture, soft directional window light creating bold angular shadows. Render as a sophisticated scalable vector portrait with crisp geometric shapes, carefully simplified facial features, clean contour work, layered flat-color shading, restrained screen-print texture, and generous cream negative space. Premium design-magazine art direction, human and credible rather than futuristic or clinical. No lettering, logos, watermark, border, interface, or photorealism.

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-vector',
  positivePrompt: 'Personal-brand editorial portrait of an independent upper-limb prosthetics designer in her early 40s, seated confidently at a clean fabrication bench in her working studio. She wears a structured cobalt chore jacket over a cream mock-neck shirt, graphite trousers, small silver hoop earrings, and clear safety glasses resting on top of her head. Natural, approachable expression with direct eye contact. One hand rests beside a beautifully engineered articulated prosthetic hand while the other holds a digital caliper; organized material samples, precision tools, and a compact task lamp provide authentic context without clutter. Three-quarter seated composition from mid-thigh upward, slightly low camera angle, fashion-editorial posture, soft directional window light creating bold angular shadows. Render as a sophisticated scalable vector portrait with crisp geometric shapes, carefully simplified facial features, clean contour work, layered flat-color shading, restrained screen-print texture, and generous cream negative space. Premium design-magazine art direction, human and credible rather than futuristic or clinical. No lettering, logos, watermark, border, interface, or photorealism.',
  width: 896,
  height: 1152,
  settings: {
    backgroundColor: {
      rgb: [
        245,
        239,
        225
      ]
    },
    colors: [
      {
        rgb: [
          245,
          239,
          225
        ]
      },
      {
        rgb: [
          35,
          76,
          145
        ]
      },
      {
        rgb: [
          226,
          94,
          79
        ]
      },
      {
        rgb: [
          48,
          51,
          56
        ]
      },
      {
        rgb: [
          173,
          194,
          190
        ]
      }
    ],
    styleMatch: 'precise'
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/272ae810-9d48-4c37-8e18-45a82213b0ce.jpg',
      'https://assets.runware.ai/assets/inputs/f6a15442-be6c-4ea6-8054-c1d72811a9f3.jpg',
      'https://assets.runware.ai/assets/inputs/84e1a303-b273-4820-ac75-5a19ad6bf68c.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-vector",
            "positivePrompt": "Personal-brand editorial portrait of an independent upper-limb prosthetics designer in her early 40s, seated confidently at a clean fabrication bench in her working studio. She wears a structured cobalt chore jacket over a cream mock-neck shirt, graphite trousers, small silver hoop earrings, and clear safety glasses resting on top of her head. Natural, approachable expression with direct eye contact. One hand rests beside a beautifully engineered articulated prosthetic hand while the other holds a digital caliper; organized material samples, precision tools, and a compact task lamp provide authentic context without clutter. Three-quarter seated composition from mid-thigh upward, slightly low camera angle, fashion-editorial posture, soft directional window light creating bold angular shadows. Render as a sophisticated scalable vector portrait with crisp geometric shapes, carefully simplified facial features, clean contour work, layered flat-color shading, restrained screen-print texture, and generous cream negative space. Premium design-magazine art direction, human and credible rather than futuristic or clinical. No lettering, logos, watermark, border, interface, or photorealism.",
            "width": 896,
            "height": 1152,
            "settings": {
                "backgroundColor": {
                    "rgb": [
                        245,
                        239,
                        225
                    ]
                },
                "colors": [
                    {
                        "rgb": [
                            245,
                            239,
                            225
                        ]
                    },
                    {
                        "rgb": [
                            35,
                            76,
                            145
                        ]
                    },
                    {
                        "rgb": [
                            226,
                            94,
                            79
                        ]
                    },
                    {
                        "rgb": [
                            48,
                            51,
                            56
                        ]
                    },
                    {
                        "rgb": [
                            173,
                            194,
                            190
                        ]
                    }
                ],
                "styleMatch": "precise"
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/272ae810-9d48-4c37-8e18-45a82213b0ce.jpg",
                    "https://assets.runware.ai/assets/inputs/f6a15442-be6c-4ea6-8054-c1d72811a9f3.jpg",
                    "https://assets.runware.ai/assets/inputs/84e1a303-b273-4820-ac75-5a19ad6bf68c.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "vectorize",
      "taskUUID": "7745f415-0be8-406b-873a-960347ec8f2a",
      "model": "recraft:v4@styles-vector",
      "positivePrompt": "Personal-brand editorial portrait of an independent upper-limb prosthetics designer in her early 40s, seated confidently at a clean fabrication bench in her working studio. She wears a structured cobalt chore jacket over a cream mock-neck shirt, graphite trousers, small silver hoop earrings, and clear safety glasses resting on top of her head. Natural, approachable expression with direct eye contact. One hand rests beside a beautifully engineered articulated prosthetic hand while the other holds a digital caliper; organized material samples, precision tools, and a compact task lamp provide authentic context without clutter. Three-quarter seated composition from mid-thigh upward, slightly low camera angle, fashion-editorial posture, soft directional window light creating bold angular shadows. Render as a sophisticated scalable vector portrait with crisp geometric shapes, carefully simplified facial features, clean contour work, layered flat-color shading, restrained screen-print texture, and generous cream negative space. Premium design-magazine art direction, human and credible rather than futuristic or clinical. No lettering, logos, watermark, border, interface, or photorealism.",
      "width": 896,
      "height": 1152,
      "settings": {
        "backgroundColor": {
          "rgb": [
            245,
            239,
            225
          ]
        },
        "colors": [
          {
            "rgb": [
              245,
              239,
              225
            ]
          },
          {
            "rgb": [
              35,
              76,
              145
            ]
          },
          {
            "rgb": [
              226,
              94,
              79
            ]
          },
          {
            "rgb": [
              48,
              51,
              56
            ]
          },
          {
            "rgb": [
              173,
              194,
              190
            ]
          }
        ],
        "styleMatch": "precise"
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/272ae810-9d48-4c37-8e18-45a82213b0ce.jpg",
          "https://assets.runware.ai/assets/inputs/f6a15442-be6c-4ea6-8054-c1d72811a9f3.jpg",
          "https://assets.runware.ai/assets/inputs/84e1a303-b273-4820-ac75-5a19ad6bf68c.jpg"
        ]
      }
    }
  ]'
runware run recraft:v4@styles-vector \
  positivePrompt="Personal-brand editorial portrait of an independent upper-limb prosthetics designer in her early 40s, seated confidently at a clean fabrication bench in her working studio. She wears a structured cobalt chore jacket over a cream mock-neck shirt, graphite trousers, small silver hoop earrings, and clear safety glasses resting on top of her head. Natural, approachable expression with direct eye contact. One hand rests beside a beautifully engineered articulated prosthetic hand while the other holds a digital caliper; organized material samples, precision tools, and a compact task lamp provide authentic context without clutter. Three-quarter seated composition from mid-thigh upward, slightly low camera angle, fashion-editorial posture, soft directional window light creating bold angular shadows. Render as a sophisticated scalable vector portrait with crisp geometric shapes, carefully simplified facial features, clean contour work, layered flat-color shading, restrained screen-print texture, and generous cream negative space. Premium design-magazine art direction, human and credible rather than futuristic or clinical. No lettering, logos, watermark, border, interface, or photorealism." \
  width=896 \
  height=1152 \
  settings.backgroundColor.rgb.0=245 \
  settings.backgroundColor.rgb.1=239 \
  settings.backgroundColor.rgb.2=225 \
  settings.colors.0.rgb.0=245 \
  settings.colors.0.rgb.1=239 \
  settings.colors.0.rgb.2=225 \
  settings.colors.1.rgb.0=35 \
  settings.colors.1.rgb.1=76 \
  settings.colors.1.rgb.2=145 \
  settings.colors.2.rgb.0=226 \
  settings.colors.2.rgb.1=94 \
  settings.colors.2.rgb.2=79 \
  settings.colors.3.rgb.0=48 \
  settings.colors.3.rgb.1=51 \
  settings.colors.3.rgb.2=56 \
  settings.colors.4.rgb.0=173 \
  settings.colors.4.rgb.1=194 \
  settings.colors.4.rgb.2=190 \
  settings.styleMatch=precise \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/272ae810-9d48-4c37-8e18-45a82213b0ce.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/f6a15442-be6c-4ea6-8054-c1d72811a9f3.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/84e1a303-b273-4820-ac75-5a19ad6bf68c.jpg
{
  "taskType": "vectorize",
  "taskUUID": "7745f415-0be8-406b-873a-960347ec8f2a",
  "model": "recraft:v4@styles-vector",
  "positivePrompt": "Personal-brand editorial portrait of an independent upper-limb prosthetics designer in her early 40s, seated confidently at a clean fabrication bench in her working studio. She wears a structured cobalt chore jacket over a cream mock-neck shirt, graphite trousers, small silver hoop earrings, and clear safety glasses resting on top of her head. Natural, approachable expression with direct eye contact. One hand rests beside a beautifully engineered articulated prosthetic hand while the other holds a digital caliper; organized material samples, precision tools, and a compact task lamp provide authentic context without clutter. Three-quarter seated composition from mid-thigh upward, slightly low camera angle, fashion-editorial posture, soft directional window light creating bold angular shadows. Render as a sophisticated scalable vector portrait with crisp geometric shapes, carefully simplified facial features, clean contour work, layered flat-color shading, restrained screen-print texture, and generous cream negative space. Premium design-magazine art direction, human and credible rather than futuristic or clinical. No lettering, logos, watermark, border, interface, or photorealism.",
  "width": 896,
  "height": 1152,
  "settings": {
    "backgroundColor": {
      "rgb": [
        245,
        239,
        225
      ]
    },
    "colors": [
      {
        "rgb": [
          245,
          239,
          225
        ]
      },
      {
        "rgb": [
          35,
          76,
          145
        ]
      },
      {
        "rgb": [
          226,
          94,
          79
        ]
      },
      {
        "rgb": [
          48,
          51,
          56
        ]
      },
      {
        "rgb": [
          173,
          194,
          190
        ]
      }
    ],
    "styleMatch": "precise"
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/272ae810-9d48-4c37-8e18-45a82213b0ce.jpg",
      "https://assets.runware.ai/assets/inputs/f6a15442-be6c-4ea6-8054-c1d72811a9f3.jpg",
      "https://assets.runware.ai/assets/inputs/84e1a303-b273-4820-ac75-5a19ad6bf68c.jpg"
    ]
  }
}
Response
{
  "taskType": "vectorize",
  "taskUUID": "7745f415-0be8-406b-873a-960347ec8f2a",
  "imageUUID": "3983e48a-708a-45bb-b971-b5070248f259",
  "imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/3983e48a-708a-45bb-b971-b5070248f259.svg",
  "cost": 0.055,
  "outputs": {
    "styleId": "eabea5cc-5c1b-42d5-92f8-177aefebaa7a"
  }
}