Pyvorin HTTP API
Reference for the Pyvorin REST API endpoints.
| Method | Path | Description |
|---|---|---|
| GET | /health | Health check endpoint. Returns 200 when the service is up. |
| GET | /api/v1/status | Get system status, including backend and license state. |
| GET | /api/v1/performance | Retrieve aggregated performance metrics and benchmarks. |
| POST | /v1/chat/completions | Chat completions endpoint for AI-assisted code generation. |
| POST | /api/v1/compile | Submit Python source code for compilation to LLVM IR. |
| POST | /api/v1/execute | Execute compiled code remotely and return the output. |