Passer au contenu principal
GET
/
v1
/
health
Vérification de l'état
curl --request GET \
  --url https://api.zelinqa.ai/v1/health
{
  "success": true,
  "status": "healthy"
}

Réponse

200 - application/json

API opérationnelle

success
boolean
Exemple:

true

status
string
Exemple:

"healthy"