GET
/
prod
/
v1
/
health-check
Get application health check
curl --request GET \
  --url https://api.orion.file.ai/prod/v1/health-check \
  --header 'x-api-key: <api-key>'
{
  "message": "Public API is up and running!"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200
application/json

The application is healthy

The response is of type object.