Seed3D 2.0 generated 3D asset preview

Seed 3D 2.0 image-to-3D API

Turn one image into a production-ready 3D asset.

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.

Instant generator

Create a GLB from one image

80 credits
Mesh detail
Loading 3D preview...

GLB

Generated 3D asset output

80

credits per generation

REST

Simple async inference API

Model capabilities

Seed3D 2.0 for practical 3D production

The workflow focuses on clean geometry, usable asset files, and predictable integration rather than a one-off demo.

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.

02

Coarse-to-fine geometry

Seed3D 2.0 is designed around stronger geometry reconstruction and detail recovery for objects that need to hold up from multiple views.

03

REST workflow, no cold start

Create a task, poll status, and retrieve output URLs through a small API surface that fits server-side BFF and automation workflows.

Workflow

A focused image-to-3D pipeline

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.

1

Submit an image URL

Send `image`, optional `prompt`, and `subdivision_level` with your user API key. Each generation costs 80 credits.

2

Poll task status

The Worker stores the provider task ID, syncs status from WaveSpeed, and returns normalized `IN_PROGRESS`, `SUCCESS`, or `FAILED` states.

3

Use the generated asset

Retrieve the GLB output URL and bring the model into ecommerce viewers, game engines, WebGL scenes, or design review tools.

Developer API

Ready for backend integration

The dedicated Worker keeps provider credentials off the browser and exposes a stable task API for Seed3D 2.0 image-to-3D generation.

Price
80 credits per generation
Input
image, prompt, subdivision_level
Output
GLB asset URL
REST examplePOST /v1/generate
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

Built for teams that need 3D assets quickly

Product visualization

Turn catalog photos into interactive product previews for ecommerce, merchandising, and sales enablement.

Game and realtime assets

Prototype props, environment objects, and reference assets before handing them to an artist for final optimization.

AR, VR, and digital twins

Create fast 3D starting points for immersive experiences, simulation previews, and digital twin workflows.

FAQ

Seed3D 2.0 questions

What does Seed3D AI generate?

The API converts one reference image into a 3D asset output, with GLB as the primary delivery format exposed by the workflow.

How much does one generation cost?

Pricing is fixed at 80 credits per generation for the Seed3D 2.0 image-to-3D workflow.

Can I call the Worker directly from a browser?

No. Keep user authentication, service keys, credit checks, and provider calls on the server side through a Nuxt BFF or another backend.