Health Check

Public endpoint to check the health of the Veclify API service. Returns status of the database and vectorization backend. No authentication required.

Quick Reference

GET/api/healthhttps://api.veclify.com

Health Check GET /api/health

Request

MethodGET
Base URLhttps://api.veclify.com

Response Fields (200 OK)

FieldTypeDescription
statusstringOverall service status ("ok" when healthy)
dbstringDatabase status: "ok" or "error"
backendstringVectorization backend status: "ok" or "unreachable"
timestampstringISO 8601 timestamp of the health check

Example Response (200)

{
  "status": "ok",
  "db": "ok",
  "backend": "ok",
  "timestamp": "2026-08-06T10:15:30.123Z"
}

Code Examples

cURL

curl https://api.veclify.com/api/health

# Response:
# {"status":"ok","db":"ok","backend":"ok","timestamp":"2026-08-06T10:15:30.123Z"}

Rate Limits

PlanRate LimitCreditsConcurrency
Pro / LifetimeUnlimitedN/A (unlimited)No restriction
FreePer-second burst protection1 credit per vectorization1 concurrent request