Developers/API

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

POST
/v1/generate

Submit an image and start a generation job.

GET
/v1/generate/:id

Poll the status of a running job.

GET
/v1/generate/:id/result

Retrieve the completed model URL.

Endpoints and response shapes are not final — schema will be published before launch.

Output formats

GLB

Binary glTF

Ideal for web viewers, game engines (Unity, Unreal, Godot), and AR/VR.

OBJ

Wavefront OBJ

Universal format compatible with Blender, Maya, 3ds Max, and most 3D tools.

STL

Stereolithography

Print-ready with any slicer — PrusaSlicer, Bambu Studio, Cura.

Quality tiers

TierSpeedCreditsBest for
quick_plus~27 s1Fast iteration, batch pipelines
quick60–90 s1Prototyping, previews
precise3–5 min3Final 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