Skip to content

Rigyd API

Convert any 3D file, image, or text prompt into a physics-enabled SimReady USD asset over a simple REST API.

Every mutating call returns 202 Accepted immediately with a job id. You then poll GET /api/conversions/:id until status is completed or failed, and download the result with GET /api/conversions/:id/result.

POST /api/conversions ─┐
POST /api/conversions/generate ─┼──► 202 { id, status: "queued" | "preprocessing" }
POST /api/conversions/:id/simulate ─┘ │
│ poll
GET /api/conversions/:id
│ status === "completed"
GET /api/conversions/:id/result?format=usd
→ streaming ZIP (USD + textures)

Sign up, mint API keys, and manage billing at app.rigyd.com. Those flows are not part of the public API.