TheDocumentation Index
Fetch the complete documentation index at: https://docs.blinkpdf.io/llms.txt
Use this file to discover all available pages before exploring further.
/v1/health endpoint tells you whether the Blink PDF API is reachable and operational. It requires no authentication, returns a minimal JSON body, and never counts toward your rate limit or render quota. Use it for uptime monitoring, readiness probes in containerised deployments, or a quick sanity check before your integration goes live.
Authentication
No authentication is required for this endpoint. You do not need to include anAuthorization header.
Response — 200 OK
The current status of the API. A value of
"ok" means the service is available and accepting requests.Example Response
Example Request
GET /v1/health never counts toward your plan’s rate limit or render quota, regardless of how often you call it.