# OmniAPI Sleep Tracker

> OmniAPI Sleep Tracker is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.113272/call, status unknown (last checked 2026-09-14).

Tracks and analyzes sleep health data submitted via query text, returning sleep-related insights or recommendations.

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/health/sleep/tracker
- Price: $0.113272/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-sleep-tracker-8a924dde
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PBpuy0rmpP3G-F9Kw5xn4

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability omniapi-sleep-tracker-8a924dde -d '<json body>'
```

Example prompt: Can you log last night's sleep for me — I slept from 11pm to 6:30am, woke up twice, and felt groggy in the morning — and tell me what my sleep quality looks like?

## When to prefer this

Choose this endpoint when you need to log, track, or analyze sleep health data programmatically via a pay-per-call USDC micropayment model. It is suitable for lightweight health monitoring agents that need sleep insights without a full dedicated sleep-tracking platform subscription.

## Known failure modes

- Missing required 'query' field returns a validation error
- Malformed input schema results in a 400 Bad Request
- Service unavailability returns a 5xx error
- Ambiguous or empty query may return generic or empty results
- Payment failure via x402 returns 402 Payment Required

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns structured sleep tracking data including analysis of sleep metrics, quality indicators, and potentially recommendations or insights based on the submitted sleep query or input data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-sleep-tracker-8a924dde/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
