Ping
get
It serves as a simple health check to confirm that the API is operational.
Responses
200
The API is operational.
application/json
get
/v1/ping200
The API is operational.
Last updated
It serves as a simple health check to confirm that the API is operational.
The API is operational.
The API is operational.
Last updated
GET /v1/ping HTTP/1.1
Host: api.voxity.ai
Accept: */*
{
"code": "SERVER_PONG",
"message": "pong!"
}