Service status
Public health check — no authentication required.
A public health endpoint. Useful for monitoring and for confirming the API is reachable before debugging an auth issue.
Endpoint
| 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
GET https://api.auravisionlabs.com/v1/status
Example response
HTTP/1.1 200 OK