Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url https://api.breeze.baby/health \
  --header 'x-api-key: <api-key>'
"OK"

Documentation Index

Fetch the complete documentation index at: https://docs.breeze.baby/llms.txt

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

Authorizations

x-api-key
string
header
required

Response

Service is healthy

The response is of type string.

Example:

"OK"