All examples
Example Cogtemplate:vectorizer

Raster → editable SVG

Vectorizer

Convert logos, posters, photos, and pixel art into compact SVG paths with VTracer’s deterministic multithreaded Rust core.

RTX 3090 scale to zero SVG fileSVGVTracerCPU-friendly

Canonical example

Input and output, side by side

Verified hosted result · SVG paths returned

01 · input
reference image
Vectorizer reference input
image
https://app.nz/static/cogs/vectorizer-input.webp
preset
poster
speckle
6
color precision
6
02 · SVG file
Vectorizer output preview
<path d="M…" />

Run the same recipe everywhere

curl -sX POST https://app.nz/api/cogs/run \
  -H "Authorization: Bearer $APP_NZ_KEY" \
  -H "Content-Type: application/json" \
  -d '{"template":"vectorizer","input":{"image":"https://app.nz/static/cogs/vectorizer-input.webp","preset":"poster","speckle":6,"color_precision":6}}'