Developer API

Seed3D API Documentation

Use Seed3D v1 to turn one image URL into an async 3D generation task, then poll until a GLB asset URL is ready.

Current version

Seed3D v1 Image-to-3D API

Generate GLB assets with POST /v1/generate, poll with /v1/status, and inspect task history with /v1/list.

Open v1 guide

Public routes

seed3d-ai.org
└── v1
    ├── POST /v1/generate
    ├── GET  /v1/status
    └── GET  /v1/list

All public routes require Authorization: Bearer YOUR_ZA_API_KEY. One generation costs 80 credits.