OpenAPI specifications for Overview camera APIs.
| File | Description |
|---|---|
| ov20i_2026_02_10_openapi.yml | Known OV20i APIs |
| ov80i_2026_02_01_openapi.yml | Known OV80i APIs |
- Copy and paste a spec onto any OpenAPI editor (e.g. Swagger Editor) to visualize or interact with the interface.
- Change
servers[].urlto the camera host at your needs.
requestBodysemantics warning: Both OV20i and OV80i specs trigger the validation warning "requestBody does not have well-defined semantics for GET, HEAD and DELETE operations". This is expected — the cameras' actual APIs use request bodies in DELETE requests, so the specs intentionally reflect this behavior despite it being unconventional per the OpenAPI specification.