Convert & Prepare
Engineering Files.

STL to STEP, CAD to print-ready mesh, and 400+ everyday formats too. Real-time progress, no signup, no watermarks. Built for files other converters don't handle.

Drag & drop files here or Browse

Auto-detects CAD, Video, PDF, and 200+ formats

Fast Upload
Live Progress
Auto-Deleted

Engineering & 3D Files

Convert, repair, and analyse CAD and mesh files — including print readiness, cost, and orientation before you commit a printer

More Dedicated Tools

Popular Converters

Convert by File Type

Developer API

The same converters, from your code

Every tool on this site is callable over a REST API: upload a file, get a job id, poll or get a webhook when it finishes. STL to STEP, mesh repair, print analysis, and 200+ format pairs.

A free account is enough to get a key. Higher limits come with paid plans.

curl -X POST https://converterflow.io/api/v1/convert \
  -H "Authorization: Bearer cf_live_..." \
  -F "file=@bracket.stl" \
  -F "target_format=STEP" \
  -F "webhook_url=https://your.app/hooks/converted"

{ "job_id": "6f9c1e2a", "status": "waiting", ... }

Learn & Resources

Guides, tutorials, and deep dives into file formats