You're viewing a demo portfolio

Join the waitlist
PRSM

post_vectorize

Active

Tool of io.github.webberdesign/webbersites-x402-data-api

declared in 1.0.0

High-quality image vectorization powered by Vectorizer.AI: POST a public image URL or base64 (PNG/JPEG/GIF/BMP/WebP, up to 10 MB) and get a production-grade vector back — SVG by default, or PNG/PDF/EPS/DXF. Full-color tracing, clean paths, ready for print, cutting, and scaling. The premium finish for logos, icons, sketches, and raster art. ($0.02 per call, paid via x402)

Parameters schema

{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "Public URL of the raster image to vectorize (PNG, JPEG, GIF, BMP, WebP; max 10 MB)"
    },
    "mode": {
      "type": "string",
      "description": "production (default, full quality), preview, or test"
    },
    "scale": {
      "type": "number",
      "description": "Output size multiplier vs input, 0-100 (e.g. 2 = double size)"
    },
    "options": {
      "type": "object",
      "description": "Raw passthrough for any documented Vectorizer.AI option, e.g. {\"output.gap_filler.enabled\": false} — see vectorizer.ai/api"
    },
    "palette": {
      "type": "array",
      "description": "Force a specific palette: array of hex or CSS color names — output only uses these colors"
    },
    "group_by": {
      "type": "string",
      "description": "SVG shape grouping: none (default), color, parent, or layer"
    },
    "draw_style": {
      "type": "string",
      "description": "fill_shapes (default), stroke_shapes, or stroke_edges (line-art outlines)"
    },
    "max_colors": {
      "type": "number",
      "description": "Limit the color count, 0-256 (0 = unlimited). Great for flat/logo looks"
    },
    "min_area_px": {
      "type": "number",
      "description": "Drop shapes smaller than this many pixels (0-10000) — despeckling"
    },
    "image_base64": {
      "type": "string",
      "description": "Base64-encoded image as an alternative to url (data URIs accepted)"
    },
    "output_format": {
      "type": "string",
      "description": "svg (default), png, pdf, eps, or dxf"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.webberdesign/webbersites-x402-data-api

https://github.com/webberdesign/api.webbersites.com

1/7 registries
View full server →