# MealPulse Dietary Restriction Guide

> MealPulse Dietary Restriction Guide is a paid API for AI agents from mealpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns safe foods, hidden sources to avoid, safe ingredient swaps, and restaurant ordering tips for a specified dietary restriction, food allergy, or medical diet

## Facts

- Endpoint: GET https://mealpulse.theaslangroupllc.com/api/meal/dietary
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mealpulse-dietary-restriction-guide-08badbf5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gZuapnM9IG5S81QnegEJn

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 mealpulse-dietary-restriction-guide-08badbf5
```

Example prompt: Can you give me a full guide for eating low-FODMAP — safe foods to eat, hidden sources to avoid, good ingredient swaps, and tips for ordering at restaurants?

## When to prefer this

Use this endpoint when a user needs practical, actionable guidance for a specific dietary restriction, food allergy, or medical diet — especially when they want to know not just what to eat but also hidden sources to avoid, ingredient substitution options, and real-world restaurant ordering strategies. It covers a broad range of diets (gluten-free/celiac, keto, vegan, low-FODMAP, renal, diabetic) and is globally applicable.

## Known failure modes

- Unrecognized or unsupported dietary restriction type returns an error or empty result
- Ambiguous diet name (e.g. 'healthy eating') may return no results or a generic response
- Network timeout if the upstream data source is unavailable
- Missing required diet/restriction parameter returns a validation error

## How this service works

Dietary restriction guide / food allergy guide / diet guide (gluten-free/celiac, keto, vegan, low-FODMAP, renal, diabetic). Returns safe foods, hidden sources to avoid, safe swaps, and restaurant ordering tips for any dietary restriction, allergy, or medical diet. Worldwide.

## Output

A structured dietary guide including: a list of safe foods, hidden sources of the restricted ingredient or allergen to watch out for, recommended safe ingredient swaps, and practical tips for ordering safely at restaurants — all tailored to the specified dietary restriction, allergy, or medical diet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "dietary"
 ],
 "properties": {
  "concern": {
   "type": "string",
   "description": "concern"
  },
  "dietary": {
   "type": "string",
   "description": "dietary"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mealpulse-dietary-restriction-guide-08badbf5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mealpulse.theaslangroupllc.com](https://www.zero.xyz/host/mealpulse.theaslangroupllc.com/llms.txt)
