GET
/
api
/
v1
/
health
curl --request GET \
  --url https://vortexpdf.com/api/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "operational"
}

Authorizations

Authorization
string
header
required

Manage your API keys at https://vortexpdf.com/api-keys

Response

200
application/json
Health status

Response from the health check endpoint

status
enum<string>
required

The current health status of the API

Available options:
operational,
degraded,
major