# Conway Life Risk Analyzer

> Conway Life Risk Analyzer is a paid API for AI agents from risk-api.life.conway.tech, paid per call via x402, $0.1/call, status down (last checked 2026-09-14).

Analyzes risk profiles by processing input data and returning risk assessment results

## Facts

- Endpoint: POST https://risk-api.life.conway.tech/analyze
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/risk-api-life-conway-tech-991c18c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aFAmv7BITAiBrt-mK4V0c

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 risk-api-life-conway-tech-991c18c7 -d '<json body>'
```

Example prompt: Can you analyze the risk profile for this applicant data and give me a risk score or classification indicating how high-risk they are?

## When to prefer this

Use this endpoint when you need an automated risk assessment or scoring of a data payload, particularly in contexts like insurance underwriting, financial risk evaluation, compliance checks, or general risk classification tasks. Prefer this when you need a programmatic risk score rather than a manual review.

## Known failure modes

- Invalid or malformed JSON payload returns 400 Bad Request
- Missing required fields in the request body cause validation errors
- Insufficient payment or x402 payment failure blocks the request
- Service unavailable returns 5xx error
- Timeout if analysis computation exceeds allowed duration

## Output

Returns a risk analysis result including risk score, classification, or other assessment metrics derived from the submitted input data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/risk-api-life-conway-tech-991c18c7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from risk-api.life.conway.tech](https://www.zero.xyz/host/risk-api.life.conway.tech/llms.txt)
