Skip to main content
GET
/
api
/
v1
/
health
Health check
curl --request GET \
  --url https://ai-loop.alpeadria.com/api/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "message": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.wavecentric.ai/llms.txt

Use this file to discover all available pages before exploring further.

Returns the status of the API.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Service is healthy.

message
string