# Strale Risk Narrative Generator

> Strale Risk Narrative Generator is a paid API for AI agents from api.strale.io, paid per call via x402, $0.054/call, status unknown (last checked 2026-09-15).

Generates a human-readable risk narrative from structured check results, turning raw risk data into plain-language explanations with cryptographic audit records.

## Facts

- Endpoint: GET https://api.strale.io/x402/v2/risk-narrative-generate
- Price: $0.054/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-risk-narrative-generator-cc4a4328
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ivNts-hs9SKO36ebnksk6

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 strale-risk-narrative-generator-cc4a4328
```

Example prompt: Take these compliance check results and generate a clear, human-readable risk narrative I can include in our audit file: '{"entity":"Acme Corp","risk_score":72,"flags":["PEP_match","adverse_media"],"country":"DE"}'.

## When to prefer this

Choose this endpoint when you have structured risk or compliance check results (e.g. from KYC, AML, sanctions screening) and need to convert them into a clear, human-readable narrative suitable for audits, compliance officers, or onboarding records. Prefer it over generic text-generation endpoints when you need the output to carry a cryptographic audit record and chain hash for regulatory traceability. Ideal for AI agents automating compliance workflows across the 27 countries Strale covers.

## Known failure modes

- Missing or malformed check_results string returns a 400 or error response
- Empty check_results may return a generic or unhelpful narrative
- Unparseable check result formats may produce inaccurate narratives
- Payment not received or x402 handshake failure returns 402 Payment Required
- Service unavailability returns 5xx error

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

A human-readable risk narrative in prose form, explaining the risk findings from the input check results, along with a cryptographic audit record with chain hashing for traceability. Returned via REST GET response, priced at $0.054 USDC per call.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-risk-narrative-generator-cc4a4328/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
