# ApexAPI Meal Plan Generator

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

Generates a personalized meal plan based on a search query or dietary input

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/health/meal-plan
- Price: $0.193988/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexapi-meal-plan-generator-c4e90818
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7YpaShC0UaOqw_zpKZW5w

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

Example prompt: Can you generate a 7-day healthy meal plan for me focused on high-protein, low-carb foods suitable for someone trying to lose weight?

## When to prefer this

Use this endpoint when an AI agent needs to generate a customized meal plan based on user dietary preferences, health goals, or nutritional constraints, and no free alternative is available or sufficient detail is required.

## Known failure modes

- Empty or vague query returns generic or low-quality meal plan
- Unsupported dietary constraints may produce incomplete results
- Payment failure (402) if USDC balance is insufficient
- Server errors (500) if the underlying AI model is unavailable
- Malformed input schema causes 400 bad request

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

A structured meal plan with daily meals (breakfast, lunch, dinner, snacks) tailored to the dietary query, potentially including recipe suggestions and nutritional guidance.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apexapi-meal-plan-generator-c4e90818/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
