GET
/
api
/
v1
/
health
Health check
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