cURL
curl --request GET \ --url https://api.artosai.com/health \ --header 'Authorization: Bearer <token>'
{}
Returns the current health status of Artos and its dependent services.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Health status
The response is of type object.
object