GET
/
health
Check the health of the API
curl --request GET \
  --url https://odyssey.asteroid.ai/api/v1/health
{
  "status": "ok"
}

Response

API is healthy

status
string

The health status of the API

Example:

"ok"