# Survival Colony x402 Risk Review API

> Survival Colony x402 Risk Review API is a paid API for AI agents from service.31-207-45-250.sslip.io, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Analyzes text for risks, mitigations, and severity notes, returning a structured risk assessment payable with USDC via x402 on Base.

## Facts

- Endpoint: POST https://service.31-207-45-250.sslip.io/v1/risk-review
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/survival-colony-x402-risk-review-api-8fcac506
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MAbnFDG6KeXIV8HTzuRWK

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 survival-colony-x402-risk-review-api-8fcac506 -d '<json body>'
```

Example prompt: Can you do a full risk review on this vendor contract text and flag any risks, suggest mitigations, and tell me how severe each issue is? Here's the text: 'The supplier reserves the right to modify pricing without notice and limits liability to $100 regardless of damages caused.'

## When to prefer this

Choose this endpoint when you need a low-cost, structured risk assessment of a block of text — especially for contracts, proposals, policies, or plans — and want a machine-readable breakdown of risks, mitigations, severity, and next steps. It is ideal for agentic pipelines that need to flag issues programmatically, and particularly well-suited when micro-payment via USDC on Base is acceptable or preferred over subscription-based alternatives.

## Known failure modes

- Empty or too-short text input returns validation error
- Text exceeding 4000 characters is rejected
- Payment failure via x402/USDC results in 402 response blocking the call
- Malformed JSON body returns 400 error
- Ambiguous or low-quality instruction may yield generic or incomplete risk output

## How this service works

Low-cost AI analysis, extraction, summarization and risk-review APIs payable with USDC via x402 on Base.

## Output

Returns a JSON object containing: an array of identified risks, an array of suggested mitigations, an array of recommended next checks, a plain-language risk summary, and severity notes for each risk found.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string",
   "maxLength": 4000,
   "minLength": 1
  },
  "instruction": {
   "type": "string",
   "maxLength": 500
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "risks": [],
  "mitigations": [],
  "next_checks": [],
  "risk_summary": "...",
  "severity_notes": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/survival-colony-x402-risk-review-api-8fcac506/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from service.31-207-45-250.sslip.io](https://www.zero.xyz/host/service.31-207-45-250.sslip.io/llms.txt)
