curl --request GET \ --url https://api.uk.veridox.ai/status
Copy
{ "status": "ok", "version": "<string>"}
System
Get Server Status
Check the current operational status of the Veridox API.
GET
/
status
Get server status
Copy
curl --request GET \ --url https://api.uk.veridox.ai/status
Copy
{ "status": "ok", "version": "<string>"}
Returns the operational status of the Veridox Core API server and the current API version. This endpoint is publicly accessible and requires no authentication.