# Wellnizz Analysis Recommendations

> Wellnizz Analysis Recommendations is a paid API for AI agents from app.wellnizz.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves personalized health recommendations for a specific analysis, drawing on genetics, biomarkers, wearables, and lab data.

## Facts

- Endpoint: GET https://app.wellnizz.com/analyses/%7Bid%7D/recommendations
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wellnizz-analysis-recommendations-c38e592e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x_Oq6dfUFRihaoDhAmpgk

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 wellnizz-analysis-recommendations-c38e592e
```

Example prompt: Pull up the Wellnizz recommendations for my analysis ID an_abc123 — I want to see the personalized action items it generated from my latest biomarker and genetics data.

## When to prefer this

Use this endpoint when you need to retrieve the finalized, personalized recommendations generated for a specific Wellnizz health analysis — ideal when a user has completed an analysis and wants actionable guidance. Prefer this over generic health databases when the user already has a Wellnizz analysis ID and wants their individualized output.

## Known failure modes

- Invalid or unknown analysis ID returns empty recommendations array or 404
- Analysis not yet complete may return empty recommendations list
- Unauthorized access to another user's analysis returns 401 or 403
- Malformed analysis ID format may return a 400 bad request
- Payment failure (x402) prevents access to the endpoint

## How this service works

Wellnizz API and MCP-compatible service for genetics, biomarkers, wearables, lab discovery, dashboard specs, action plans, and hosted billing.

## Output

Returns a JSON object containing the analysis ID and an array of recommendations — each recommendation likely describes a personalized health action, intervention, or insight derived from the underlying analysis (genetics, biomarkers, wearables, or lab data).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "analysis_id": "an_...",
  "recommendations": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wellnizz-analysis-recommendations-c38e592e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from app.wellnizz.com](https://www.zero.xyz/host/app.wellnizz.com/llms.txt)
