# OmniAPI Health Workout Endpoint

> OmniAPI Health Workout Endpoint is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.106343/call, status unknown (last checked 2026-09-15).

Generates or retrieves workout and fitness health data based on a query or input text, payable per call in USDC via x402.

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/health/workout
- Price: $0.106343/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-health-workout-endpoint-8b411be5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N6udYUdIow8Lcz73ASF4Q

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-health-workout-endpoint-8b411be5 -d '<json body>'
```

Example prompt: Can you generate a workout plan focused on upper body strength training for an intermediate fitness level?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to workout or fitness health data without a subscription, especially in agent workflows that require on-demand fitness content generation payable in USDC via x402. Suitable when you don't have a dedicated fitness API integration and need a lightweight, crypto-native solution.

## Known failure modes

- Missing required 'query' field returns a 400 validation error
- Vague or ambiguous queries may return generic or low-quality workout data
- Payment failure via x402 results in a 402 Payment Required response
- Overly broad queries may exceed token or response limits
- Server unavailability on Vercel infrastructure returns 503

## 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 a structured response containing workout or fitness health data relevant to the query, likely including exercise names, sets, reps, duration, or health recommendations depending on the input query.

## 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-health-workout-endpoint-8b411be5/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)
