Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://relay.bayse.markets/health
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.bayse.markets/llms.txt

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

No authentication required.

Response

status
string
Always "ok" when the service is running.
{
  "status": "ok"
}
This endpoint checks that the API process is alive. It does not verify downstream service connectivity.