Skip to main content
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

status
string
Current API status. Returns "healthy" when operational.
timestamp
string
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

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.