Vector Express v2.0

Discover free vector-format conversion paths.

🔧 Developer ToolsUNMONITOREDchecked 44 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

A free API for converting between vector formats such as SVG, DXF, DWG, EPS and PDF. The public convert endpoint lists every available converter with its input and output formats, so you can plan a route before uploading a file. Keyless to browse.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://vector.express/api/v2/public/convert/

{
  "converters": [
    {
      "name": "cad",
      "inputFormats": [
        "svg"
      ],
      "outputFormats": [
        "dxf",
        "dwg"
      ]
    },
    {
      "name": "cad2svg",
      "inputFormats": [
        "dxf",
        "dwg"
      ],
      "outputFormats": [
        "svg"
      ]
    }
  ]
}
Call itcurl · fetch · python
curl "https://vector.express/api/v2/public/convert/"
const res = await fetch("https://vector.express/api/v2/public/convert/");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://vector.express/api/v2/public/convert/")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 5On scheduleFULL DOCS ↗
First rollup pending — GET /public/convert/ has been probed
GET/public/convert/PROBED

Discover free vector-format conversion paths.

GET/public

Public — documented GET route.

GET/public/1

Public details by ID (example: 1).

GET/public?limit=10

Public — documented GET route.

GET/public/search?q=test

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Vector Express v2.0: common questions

Is Vector Express v2.0 free to use?

Yes — Vector Express v2.0 is a free developer tools API. Free tier: Free. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Vector Express v2.0 need an API key?

No — Vector Express v2.0 needs no API key or signup. You can call it straight away; rate limits still apply (5 req/window · 4 remaining · resets 1783513379).

Can I call Vector Express v2.0 from the browser?

Not directly — Vector Express v2.0 doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Vector Express v2.0 up right now?

As of our last scheduled check, Vector Express v2.0 is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.