Core API overview

REST endpoints for resource management — users, organisation, locations, recordings, campaigns.

The Core API is for resource management — discovering your organisation and its locations, fetching recordings, managing measurement campaigns, and reading historic uptime. Standard JSON-over-HTTPS, one request per call.

Base URL: https://api.auravisionlabs.com/v1

Authenticate with a JWT bearer token — see Authentication.

All endpoints

ResourceDescriptionEndpoints
ServiceHealth check for the API gatewayStatus — public, no auth
UsersThe authenticated user behind the tokenProfile
OrganisationYour tenant and what it’s allowed to queryGet organisation · Available metrics
LocationsPhysical sites where cameras are deployedList · Get
RecordingsCamera feeds, one per camera per locationList · Get · Uptime · Bulk uptime
CampaignsMeasurement campaigns — test vs control periodsList · Get · Create · Update · Delete

Conventions

Where to go next