For developers/SumeruAI
Build end-to-end
AI 3D workflows with SumeruAI API
One surface for 3D generation, digital humans, audio-driven facial animation, and realtime rendering — built for production.
Sub-second latency Usage-based
# Audio → Face mesh (AudioToFace)
curl -X POST https://api.sumeruai.us/v1/audio-to-face/mesh \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-H "Accept: application/x-protobuf" \
-d '{
"traceId": "16a9c837-9a12-4a11-bdad-a0b363287ea1",
"status": "start",
"data": "UklGRiQAAABXQVZFZm10IBAAAA..."
}'● 200 OK· AudioToFace· /v1/audio-to-face/mesh
Any image, any idea — 3D in one call.
From REST to native SDKs — ship in the language you already use. Move from prototype to production in minutes.
Connected
import requests
def submit_mugen_sq(access_token: str, image_path: str):
url = "https://api.sumeruai.us/v1/mugen-3d/sq"
headers = {"Authorization": f"Bearer {access_token}"}
with open(image_path, "rb") as f:
files = {"file": f}
return requests.post(url, headers=headers, files=files).json()
result = submit_mugen_sq("YOUR_ACCESS_TOKEN", "/path/to/image.jpg")
print("Task ID:", result["data"]["id"])APIs
Core APIs, ready to call
Applications
What teams ship on SumeruAI
Games
Runtime‑generated props, characters and scenes.
Film & Animation
Previz assets, facial capture and stand-ins.
3D Printing
Watertight meshes ready for print farms.
Product Design
From concept sketch to reviewable 3D prototype.
Architecture
From floor plans and photos to walkable scenes.
AR & VR
Lightweight Gaussian assets for HMDs & mobile.
Platform
Built for production
Sub-second
Global edge, P95 < 900ms.
Webhooks & Streaming
No polling for long jobs.
Enterprise-grade
Key isolation, audit logs, SOC 2 ready.
Usage-based
Pay by the second / frame. No minimums.
FAQ
Frequently asked
Something else on your mind? Email service@sumeruai.com — we usually reply within one working day.
API billing is a separate, developer-only balance metered per call. Main-site credits power the web product experience; the two accounts do not transfer.