01
Single image to GLB
Start from one product photo, concept image, or reference render and receive a 3D asset suitable for downstream preview and pipeline work.

Seed 3D 2.0 image-to-3D API
Generate GLB assets with Seed3D 2.0 through a simple REST workflow built for product visualization, game assets, AR/VR scenes, digital twins, and professional image-to-3D pipelines.
GLB
Generated 3D asset output
80
credits per generation
REST
Simple async inference API
Model capabilities
The workflow focuses on clean geometry, usable asset files, and predictable integration rather than a one-off demo.
01
Start from one product photo, concept image, or reference render and receive a 3D asset suitable for downstream preview and pipeline work.
02
Seed3D 2.0 is designed around stronger geometry reconstruction and detail recovery for objects that need to hold up from multiple views.
03
Create a task, poll status, and retrieve output URLs through a small API surface that fits server-side BFF and automation workflows.
Workflow
Use the hosted Worker API as a thin relay around WaveSpeed's Seed3D 2.0 endpoint, with credits, task history, and provider polling handled server side.
Send `image`, optional `prompt`, and `subdivision_level` with your user API key. Each generation costs 80 credits.
The Worker stores the provider task ID, syncs status from WaveSpeed, and returns normalized `IN_PROGRESS`, `SUCCESS`, or `FAILED` states.
Retrieve the GLB output URL and bring the model into ecommerce viewers, game engines, WebGL scenes, or design review tools.
Developer API
The dedicated Worker keeps provider credentials off the browser and exposes a stable task API for Seed3D 2.0 image-to-3D generation.
curl -X POST https://seed3d-ai.org/v1/generate \
-H "Authorization: Bearer YOUR_ZA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"image": "https://example.com/product.png",
"prompt": "clean topology, neutral studio lighting",
"subdivision_level": "medium"
}'Use cases
Turn catalog photos into interactive product previews for ecommerce, merchandising, and sales enablement.
Prototype props, environment objects, and reference assets before handing them to an artist for final optimization.
Create fast 3D starting points for immersive experiences, simulation previews, and digital twin workflows.
FAQ
The API converts one reference image into a 3D asset output, with GLB as the primary delivery format exposed by the workflow.
Pricing is fixed at 80 credits per generation for the Seed3D 2.0 image-to-3D workflow.
No. Keep user authentication, service keys, credit checks, and provider calls on the server side through a Nuxt BFF or another backend.