API ReferenceGuidesChangelog
AI

Healthz provides a health check endpoint for monitoring

GET
/v1/ai/healthz

Authorization

api-key<token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/ai/healthz"
{  "service": "string",  "status": "string"}