Skip to content
Stable Diffusion API

Image to 3D API — Generate 3D Models from Images

Convert a single image into a 3D model with AI. Useful for product photography, asset pipelines, AR/VR content.

Image to 3D

Convert a single image into a 3D mesh. Output is GLB or OBJ.

curl -X POST 'https://stablediffusionapi.com/api/v6/image_to_3d' \
  -H 'Content-Type: application/json' \
  -d '{
    "key": "YOUR_API_KEY",
    "image": "https://example.com/object.jpg",
    "format": "glb"
  }'

Common use cases: product imagery → 3D for AR, sketch-to-asset for game development, photogrammetry replacement.