Skip to main content
GET
/
api
/
v1
/
health
Health check
curl --request GET \
  --url https://voxworks.ai/api/v1/health
{
  "status": "healthy",
  "service": "voxworks_api"
}

Documentation Index

Fetch the complete documentation index at: https://docs.voxworks.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Service is healthy.

status
string
required
Example:

"healthy"

service
string
required
Example:

"voxworks_api"