All conversions

Every format pair APImyCAD supports, and the guide for each.

Drawings

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.

ConversionEndpointGuide
DWG → DXF/v1/dwg-to-dxfDWG to DXF API
DWG → SVG/v1/dwg-to-svgDWG to SVG API
DWG → PNG/v1/dwg-to-pngDWG to PNG API
DXF → SVG/v1/dxf-to-svgDXF to SVG API
DXF → PNG/v1/dxf-to-pngDXF to PNG API

3D meshes

One endpoint, /v1/mesh, handles the whole matrix — upload any supported mesh and set ?to= to the format you need.

Input formatsOBJ · FBX · STL · PLY · DAE
Output formatsglb · 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.

Guides

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.

On the roadmap

If you need a format that is not here yet, tell us — a request from someone who actually needs it moves it up the list.

Read the API documentation