Endpoints
Health Check
Check API availability and status
GET
Health Check
Overview
The/health endpoint provides a simple way to check if the Parsefy API is operational. It requires no authentication and returns basic status information.
Request
No parameters or authentication required.Response
Current API status. Returns
"healthy" when operational.Current server timestamp in ISO 8601 format.
Success Response
Use Cases
Monitoring and Uptime Checks
Use the health endpoint in your monitoring systems:Pre-flight Checks
Verify API availability before processing documents:Load Balancer Health Checks
Configure your load balancer to check API health:Root Endpoint
The root endpoint (/) also returns API information:
Response
Status Codes
| Code | Meaning |
|---|---|
200 | API is healthy and operational |
503 | Service unavailable (temporary outage) |
The health endpoint is designed to always respond quickly. If you don’t receive a response within 5 seconds, the API may be experiencing issues.
Health Check
