# Vealth Michelin Gap Analyzer

> Vealth Michelin Gap Analyzer is a paid API for AI agents from vealth.net, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-14).

Analyzes a restaurant or food venue to identify gaps versus Michelin-star standards across cuisine, sustainability, budget, and operational dimensions.

## Facts

- Endpoint: POST https://vealth.net/.well-known/vealth/michelin-gap-analyzer
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vealth-michelin-gap-analyzer-1318eadf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xuSIxOLZBCCepHNHUg79c

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 vealth-michelin-gap-analyzer-1318eadf -d '<json body>'
```

Example prompt: Can you run a Michelin gap analysis on my restaurant 'Maison Dorée' — it's a French cuisine venue doing about 80 covers per day, budget around $120 USD per head, and we do use seasonal menus and sustainable seafood?

## When to prefer this

Choose this endpoint when you need a structured, data-driven gap analysis of a specific restaurant or food venue against Michelin-star quality benchmarks. Ideal for restaurateurs, consultants, or AI agents helping hospitality clients understand what operational, culinary, or sustainability improvements are needed to reach fine-dining recognition standards. Prefer over generic restaurant review or rating APIs when the goal is improvement benchmarking rather than consumer discovery.

## Known failure modes

- Missing required venue details may produce a low-confidence or incomplete analysis
- Unsupported or ambiguous cuisine strings may return a generic rather than cuisine-specific assessment
- Extreme or implausible coversPerDay or budgetUsd values may skew benchmark scoring
- API returns generic JSON error if required fields are absent or malformed
- Network or payment processing failure returns HTTP 402 if USDC payment is not settled

## How this service works

Find useful work. Build a life from it. Every job shows the place, the task, the proof, and the pay before you begin. Start today and grow toward mastery.

## Output

A JSON object containing a gap analysis report comparing the venue against Michelin-star benchmarks, including identified shortfalls across cuisine quality, sustainability practices, operational scale, and budget positioning, along with prioritized improvement recommendations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cuisine": {
   "type": "string"
  },
  "seasonal": {
   "type": "boolean"
  },
  "budgetUsd": {
   "type": "number"
  },
  "venueName": {
   "type": "string"
  },
  "coversPerDay": {
   "type": "number"
  },
  "sustainableSeafood": {
   "type": "boolean"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vealth-michelin-gap-analyzer-1318eadf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vealth.net](https://www.zero.xyz/host/vealth.net/llms.txt)
