# ForeverBetter Analysis Recommendations

> ForeverBetter Analysis Recommendations is a paid API for AI agents from api.foreverbetter.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves personalized, prioritized health recommendations generated from a completed genetic, biomarker, or wearable data analysis.

## Facts

- Endpoint: GET https://api.foreverbetter.xyz/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/foreverbetter-analysis-recommendations-d9c0ccfa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__cujW--JsHLFBgCcqA0M7

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 foreverbetter-analysis-recommendations-d9c0ccfa
```

Example prompt: Pull the recommendations from my ForeverBetter analysis an_abc123 — I want to see the full personalized action plan based on my lab panel results.

## When to prefer this

Use this endpoint when a ForeverBetter analysis has already been completed and you need to retrieve the resulting recommendations. This is the read endpoint for recommendations — prefer it over action-plan-building endpoints when the analysis is done and you simply need to fetch pre-generated personalized guidance. Ideal for agents surfacing health insights to users after data ingestion has completed.

## Known failure modes

- Analysis ID not found or not owned by the paying wallet — returns empty recommendations or 404
- Analysis still processing — recommendations array may be empty
- Invalid or missing analysis ID format — malformed request error
- Payment not completed via x402 — 402 payment required response
- Expired or revoked analysis — access denied

## How this service works

Send raw genetic data, a lab panel, or sync wearables. Get back normalized observations, in-depth analysis, and customized action plans over REST and MCP. Built for agents and platforms.

## Output

A JSON object containing the analysis ID and an array of personalized health recommendations derived from the underlying genetic, biomarker, or wearable data analysis. Each recommendation represents a prioritized, actionable health or lifestyle suggestion tailored to the user's 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/foreverbetter-analysis-recommendations-d9c0ccfa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.foreverbetter.xyz](https://www.zero.xyz/host/api.foreverbetter.xyz/llms.txt)
