# Survival Colony x402 AI Analysis API

> Survival Colony x402 AI Analysis 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 to extract key points, summarize content, identify risks, and suggest next actions, payable per-call in USDC via x402 on Base.

## Facts

- Endpoint: POST https://service.31-207-45-250.sslip.io/v1/analyze
- 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-ai-analysis-api-9b41415e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H35wdcIlm_3ENwRMxD1sR

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-ai-analysis-api-9b41415e -d '<json body>'
```

Example prompt: Analyze this vendor contract text and give me a summary, any risks I should know about, and suggested next actions: [paste contract text here].

## When to prefer this

Choose this endpoint when you need a low-cost ($0.002/call), pay-per-use text analysis that combines summarization, risk identification, key-point extraction, and next-action recommendations in a single call — especially in USDC micropayment workflows on Base via x402. It is ideal for agents that process documents, contracts, articles, or memos on demand without a subscription, and where the combined multi-output response (risks + summary + key points + actions) is more useful than a single-purpose NLP endpoint.

## Known failure modes

- Text too long: input exceeding 4000 characters returns a validation error
- Empty text: input below 1 character minimum returns a validation error
- Payment failure: insufficient USDC balance or x402 protocol error blocks the request
- Ambiguous instruction: vague custom instructions may produce low-quality or generic outputs
- Service unavailable: bare IP/sslip.io host may have uptime or TLS reliability issues

## How this service works

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

## Output

A JSON object containing: a 'summary' string with a concise text summary, a 'risks' array of identified risk statements, a 'key_points' array of extracted important points, and a 'next_actions' array of recommended follow-up actions.

## 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": [
   "..."
  ],
  "summary": "...",
  "key_points": [
   "..."
  ],
  "next_actions": [
   "..."
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/survival-colony-x402-ai-analysis-api-9b41415e/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)
