API Reference
Complete API reference generated from the Verytis OpenAPI specification.
OpenAPI Specification
The OpenAPI JSON document is available at:
http://localhost:4000/openapi.json
Interactive Reference
The full interactive API reference with request/response schemas is available at:
Discrepancies
| Method | Path | Description |
|---|---|---|
GET | /v1/discrepancies | List active or historical discrepancies |
GET | /v1/discrepancies/:id | Get full discrepancy detail with evidence |
Road State
| Method | Path | Description |
|---|---|---|
GET | /v1/road-state | Inferred road state near a coordinate |
Events
| Method | Path | Description |
|---|---|---|
GET | /v1/events | List normalized road events |
GET | /v1/events/:id | Get single event with source provenance |
Evidence
| Method | Path | Description |
|---|---|---|
GET | /v1/evidence/:id | Get structured evidence metadata |
Sources
| Method | Path | Description |
|---|---|---|
GET | /v1/sources | Source health and freshness |
Authentication
All endpoints require a Bearer API key in the Authorization header:
Authorization: Bearer vt_live_...
Base URL
https://verytis.com/api/v1