A public health endpoint. Useful for monitoring and for confirming the API is reachable before debugging an auth issue.
Endpoint Permalink
| Method | Path | Description |
|---|---|---|
| GET | /status |
Returns 200 OK when the service is healthy |
No authentication is required. The endpoint does not return a JSON body — only the status code matters.
Example request Permalink
GET https://api.auravisionlabs.com/v1/status
Example response Permalink
HTTP/1.1 200 OK