App AI Gateway
API referenceOperations

Check gateway health

GET
/v1/healthz

Response Body

application/json

curl -X GET "https://example.com/v1/healthz"
{  "ok": true,  "service": "ai-gateway"}