# Wellnizz Action Plan Retrieval

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

Retrieves the personalized health action plan and interventions for a specific analysis, based on genetics, biomarkers, and wearable data.

## Facts

- Endpoint: GET https://app.wellnizz.com/analyses/%7Bid%7D/action-plan
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wellnizz-action-plan-retrieval-49d910a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lf_Y5oQ7uv7TUCE0aRUK5

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-action-plan-retrieval-49d910a8
```

Example prompt: Pull up the action plan for my Wellnizz analysis an_7x93kp — I want to see what interventions and health recommendations came out of it.

## When to prefer this

Use this endpoint when you need to retrieve the structured action plan and interventions for a specific, already-processed Wellnizz health analysis. Prefer this over general dashboard endpoints when you have a specific analysis ID and need the recommendations or interventions in a machine-readable format for downstream use by an agent or workflow.

## Known failure modes

- Invalid or non-existent analysis ID returns an error or empty result
- Unauthorized access if the analysis belongs to a different user
- Analysis not yet complete may return an empty interventions array
- Network or service timeout for large or complex analyses
- Malformed analysis ID format causing a 400-level error

## 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 a summary of the health action plan, the analysis ID (e.g. an_...), and a list of interventions — each likely describing a specific health action or lifestyle change recommended based on the user's genetics, biomarkers, or wearable data.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wellnizz-action-plan-retrieval-49d910a8/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)
