Skip to main content
No authentication required. This endpoint is public and can be used for uptime monitoring.

Example Request

curl https://api.ambientmeta.com/v1/health

Response

FieldTypeDescription
statusstringAlways "healthy" when the API is reachable
versionstringCurrent API version

Example Response

{
  "status": "healthy",
  "version": "1.1.0"
}