Every format pair APImyCAD supports, and the guide for each.
DWG and DXF in, DXF or a rendered image out. Renders keep the full entity set —
splines, arcs, hatches and title-block text — and accept
?bg=white|black|transparent plus ?dpi=72–600 for PNG.
| Conversion | Endpoint | Guide |
|---|---|---|
| DWG → DXF | /v1/dwg-to-dxf | DWG to DXF API |
| DWG → SVG | /v1/dwg-to-svg | DWG to SVG API |
| DWG → PNG | /v1/dwg-to-png | DWG to PNG API |
| DXF → SVG | /v1/dxf-to-svg | DXF to SVG API |
| DXF → PNG | /v1/dxf-to-png | DXF to PNG API |
One endpoint, /v1/mesh, handles the whole matrix — upload any supported
mesh and set ?to= to the format you need.
| Input formats | OBJ · FBX · STL · PLY · DAE |
|---|---|
| Output formats | glb · gltf · obj · stl · ply · dae |
Note that FBX is input only — it can be read but not written, because writing it reliably requires Autodesk's SDK, which this API deliberately avoids.
STL to GLB OBJ to GLB FBX to GLB DAE to GLB OBJ to STL STL to OBJ
Every other combination works the same way even without a dedicated guide — for
example PLY to STL is /v1/mesh?to=stl with a .ply upload, and
STL to PLY is ?to=ply. See the
API documentation for the full parameter list.
/analyze — volume, bounding box and surface
area, aimed at instant-quote platforms for 3D printing and CNCIf you need a format that is not here yet, tell us — a request from someone who actually needs it moves it up the list.