# BriefSnap — AI Document Summarizer

> BriefSnap — AI Document Summarizer is a paid API for AI agents from briefsnap-x402.fly.dev, paid per call via x402, $1.5/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: POST https://briefsnap-x402.fly.dev/api/extract-actions
- Price: $1.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-extract-actions-91ff9026
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WAf-NH97fw1vhPNrWACgf

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 api-extract-actions-91ff9026 -d '<json body>'
```

## How this service works

Pay USDC, get instant AI summaries, action item extraction, and simplified explanations of any document or text.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-extract-actions-91ff9026/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from briefsnap-x402.fly.dev](https://www.zero.xyz/host/briefsnap-x402.fly.dev/llms.txt)
