Skip to Content
API ReferenceGET /health

Liveness check

GET /health

Unauthenticated liveness probe. Cost: free.

Example request

curl "https://api.rezmatch.ai/health"

Example response

{ "success": true, "data": { "status": "ok", "env": "dev" }, "credits_used": 0, "request_id": "req_2a783f3d" }

Try it

Open this endpoint in the interactive playground  — requests run with your API key.

Last updated on