cURL
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!" }
Returns a health check message if the application is up and running
API key for authentication
The application is healthy
The response is of type object.
object