# NexusAPI Meal Plan Generator

> NexusAPI Meal Plan Generator is a paid API for AI agents from nexus-api-virid.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 natural language query describing dietary preferences, goals, or constraints

## Facts

- Endpoint: POST https://nexus-api-virid.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/nexusapi-meal-plan-generator-e88112fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0ttvrZHtH2KF-1llOv5SE

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

Example prompt: Can you put together a 7-day meal plan for me? I'm trying to lose weight, so keep it around 1500 calories a day and make sure it's gluten-free.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call meal plan generated from a natural language description without managing API keys or subscriptions. It is best for lightweight integrations where a simple query string captures the user's dietary intent and cost predictability per call matters. Avoid it if you need highly structured nutritional data with precise macro breakdowns or integration with a specific recipe database.

## Known failure modes

- Empty or vague query may return a generic or low-quality meal plan
- Highly specific dietary combinations may yield partial or approximate results
- Service may return a generic API error object if the query parameter is missing
- Payment failure in USDC on Base will block the request before processing
- Unexpected schema response if the underlying data source is unavailable

## How this service works

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

## Output

Returns a structured meal plan object containing daily meal suggestions, likely broken down by breakfast, lunch, dinner, and snacks, tailored to the dietary query provided. May include recipe names, ingredient hints, or nutritional summaries depending on the underlying implementation.

## 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/nexusapi-meal-plan-generator-e88112fd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
