Coming soon

The Vectalyze API
is on its way

Convert raster images to vectors programmatically — directly from your pipeline, build tools, or application. Available to Pro and Team subscribers.

curl · preview
curl -X POST https://vectalyze.io/api/v1/convert \  -H "Authorization: Bearer vta_your_api_key" \  -F "file=@logo.png" \  -F "format=svg" \  -F "threshold=128" \  --output logo.svg

What to expect

Simple REST API

A single POST endpoint. Send your image, get a vector back. No SDKs required.

API key auth

Authenticate with a bearer token from your account dashboard. Keys are scoped per plan.

All formats

SVG, EPS, PDF, and DXF — the same outputs as the web app, via HTTP.

Full trace control

Pass the same trace parameters available in the UI: threshold, smoothing, turd size, and more.

API access is included in Pro and Team plans.