--- title: Jiggle Physics Backend emoji: 🎯 colorFrom: purple colorTo: indigo sdk: gradio sdk_version: "5.49.1" app_file: app.py pinned: false license: mit --- REST API for the Jiggle Physics Simulator. Routes mounted on Gradio 5's FastAPI instance for ZeroGPU compatibility. | Endpoint | Method | What it does | |---|---|---| | `/health` | GET | Liveness check | | `/segment` | POST | SAM2 body region masks | | `/depth` | POST | Apple Depth Pro metric depth | | `/reconstruct` | POST | TripoSR → GLB mesh |