MakeIt3D API
Programmatic access to AI-powered image-to-3D generation. Upload an image, get back a production-ready 3D model.
API in active development
The public REST API is being built right now. Want early access? Email hello@makeit3d.app with your use case.
Overview
The MakeIt3D API will expose a simple REST interface: send a source image, receive a textured 3D mesh. All three quality tiers — Quick Plus (~27 s), Quick (~60–90 s), Precise (~3–5 min) — will be available as request parameters.
Output is available in GLB, OBJ, and STL — the same formats available in the web app today.
Endpoints
Submit an image and start a generation job.
Poll the status of a running job.
Retrieve the completed model URL.
Endpoints and response shapes are not final — schema will be published before launch.
Output formats
Binary glTF
Ideal for web viewers, game engines (Unity, Unreal, Godot), and AR/VR.
Wavefront OBJ
Universal format compatible with Blender, Maya, 3ds Max, and most 3D tools.
Stereolithography
Print-ready with any slicer — PrusaSlicer, Bambu Studio, Cura.
Quality tiers
| Tier | Speed | Credits | Best for |
|---|---|---|---|
| quick_plus | ~27 s | 1 | Fast iteration, batch pipelines |
| quick | 60–90 s | 1 | Prototyping, previews |
| precise | 3–5 min | 3 | Final assets, high-detail meshes |
Early access
The API isn't open yet, but we're onboarding early partners now. If you're building a 3D pipeline, marketplace, game tool, or anything that could use programmatic 3D generation — get in touch.
hello@makeit3d.app