Auto-rigging service. Wraps UniRig behind a FastAPI endpoint.
GPU: NVIDIA RTX 6000 Ada Generation, 49140 MiB, 48510 MiB, 590.48.01
Endpoints:
POST /rig — multipart file=@mesh.glb or JSON {"mesh_url": "..."}. Requires X-API-Key. Returns rigged GLB.GET /health — JSON status.Quickstart:
curl -X POST http://<host>/rig \ -H "X-API-Key: $UNIRIG_API_KEY" \ -F file=@mesh.glb \ -o rigged.glb