No authentication required. This endpoint is public and can be used for uptime monitoring.
API Reference
GET /v1/health
Check API availability and version
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check API availability and version
curl https://api.ambientmeta.com/v1/health
| Field | Type | Description |
|---|---|---|
status | string | Always "healthy" when the API is reachable |
version | string | Current API version |
{
"status": "healthy",
"version": "1.1.0"
}
