API DocumentationSystem

Ping

Simple ping endpoint to check if the API is running.

GET
/v1/system/ping
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://api.voxxi.ai/v1/system/ping"
{
  "message": "string"
}