Documentation
Quickstart
Convert your first file in the web app
This guide covers the fastest path through the Convert3D web app.
Convert a file
Pick the right output
Choose the output format based on where the file goes next.
| Goal | Start with |
|---|---|
| Display the model on the web | glb |
| Use Apple AR Quick Look | usdz |
| Send to a 3D printing tool | stl or 3mf |
| Move between 3D apps | fbx, obj, or glb |
| Exchange CAD data | stp, dwg, or dxf |
If your model has textures
Upload related files together. OBJ files often need a .mtl file and texture images. glTF files may need a .bin file and texture images.
For the simplest web output, convert to glb. GLB can package geometry, materials, and textures into one file.
Convert several files
Use batch conversion when several files should use the same output format.
Next steps
- Read conversion basics before choosing formats.
- Check supported formats for import and export support.
- Read the API overview if you want to automate conversions.