API Reference
HeliOS publishes machine-readable specs and human-readable guides for each API surface.
Quick Links
- HTTP API: see HTTP API
- WebSocket API: see WebSocket API
- NetworkTables (NT4): see NetworkTables
- SDK generation: see SDK
Specs (Machine-Readable)
- OpenAPI (HTTP):
GET /openapi.json(orGET /v1/openapi.json) - AsyncAPI (WebSocket):
GET /asyncapi.json(orGET /v1/asyncapi.json)
Versioning
The API prefix is currently /v1. When integrating, treat the spec documents above as the source of truth for the exact endpoint set and payload schemas.