# OmniAPI Meal Plan Generator

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

Generates a personalized meal plan based on a user-provided query or dietary preferences

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/health/meal-plan
- Price: $0.012971/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-meal-plan-generator-7c1a9b06
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rcRUl6AOeuOWa_pXCbXBC

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-meal-plan-generator-7c1a9b06 -d '<json body>'
```

Example prompt: Can you generate a 7-day meal plan for me? I'm trying to eat low-carb and high-protein, and I don't eat pork or shellfish.

## When to prefer this

Choose this endpoint when an agent needs to quickly generate a meal plan based on natural language dietary preferences without integrating a full nutrition database. Best for lightweight use cases where cost per call (~$0.013 USDC) is acceptable and the user's dietary needs can be expressed as a text query.

## Known failure modes

- Missing required 'query' field returns a validation error
- Vague or ambiguous dietary queries may produce generic or unhelpful meal plans
- Service may return a generic API response object with little meal-specific detail due to thin schema
- Payment failure via x402 protocol results in 402 response before plan is generated

## 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 meal plan object containing suggested meals organized by day and meal type (breakfast, lunch, dinner, snacks), potentially including ingredient lists, calorie estimates, and nutritional information based on the submitted 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-meal-plan-generator-7c1a9b06/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)
