v1

latestOpenAPI 3.0.3Proprietary2026-07-13261150.7 KB
Utility

Health Check

Check API service health status. No authentication required.

get/api/v1/health

Response

Service is healthy

statusstring
servicestring
versionstring
timestampstring date-time

Example response

{
  "status": "healthy",
  "service": "Number Intelligence API",
  "version": "1.0",
  "timestamp": "2026-01-18T12:30:00Z"
}