# Spraay AI Intelligence Briefing

> Spraay AI Intelligence Briefing is a paid API for AI agents from gateway.spraay.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Generates an AI-powered intelligence summary for any blockchain address or transaction hash, providing contextual analysis and insights.

## Facts

- Endpoint: POST https://gateway.spraay.app/api/v1/inference/summarize
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/spraay-ai-intelligence-briefing-6f499fe9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k92sY0J8-Q-P5VQ0qFniX

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 spraay-ai-intelligence-briefing-6f499fe9 -d '<json body>'
```

Example prompt: Can you give me an AI intelligence briefing on this Ethereum address 0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE — I want to understand what this wallet has been doing and any relevant context around it.

## When to prefer this

Choose this endpoint when you need a human-readable, AI-generated narrative summary of a blockchain address or transaction rather than raw data or structured classification scores. It complements wallet risk scoring endpoints by providing qualitative context and explanation. Best used when an agent or user needs to quickly understand an unknown address without manually parsing on-chain data.

## Known failure modes

- Invalid or malformed address/transaction hash returns an error or unhelpful summary
- Address with no on-chain history may yield a sparse or inconclusive briefing
- Payment failure (402) if USDC balance is insufficient
- Rate limiting or timeout if the AI inference backend is overloaded
- Context field ignored or misinterpreted if poorly formatted

## How this service works

AI intelligence briefing for any address or transaction.

## Output

An AI-generated natural language intelligence briefing describing the target address or transaction, including behavioral patterns, associated activity, contextual interpretation, and any notable signals derived from on-chain data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "target": {
   "type": "string"
  },
  "context": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/spraay-ai-intelligence-briefing-6f499fe9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.spraay.app](https://www.zero.xyz/host/gateway.spraay.app/llms.txt)
