# SecureLend Document Intelligence

> SecureLend Document Intelligence is a paid API for AI agents from agents.securelend.ai, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Analyzes and extracts structured intelligence from financial and lending documents using AI

## Facts

- Endpoint: GET https://agents.securelend.ai/api/v1/document-intelligence
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agents-securelend-ai-2f9eb17c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VpcqhBjjzPoiPriSasQM6

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 agents-securelend-ai-2f9eb17c
```

Example prompt: Can you run document intelligence on this loan agreement PDF and pull out the key terms, risk flags, and structured data — I need to understand what I'm looking at before signing?

## When to prefer this

Use this endpoint when you need AI-powered extraction and analysis of financial or lending documents, especially when working within the SecureLend ecosystem alongside sibling endpoints like compliance, risk-discovery, and quantitative-analysis. Ideal for agents processing loan applications, mortgage documents, or credit agreements that need structured output for downstream decision-making.

## Known failure modes

- Document format not supported — returns error if file type is unrecognized
- Payment not completed — returns 402 if USDC payment of $0.06 is not provided
- Document too large or corrupted — returns error for malformed files
- Empty or unreadable document — returns error if no extractable content is found
- Rate limit exceeded — returns 429 if too many requests are made in a short period

## How this service works

USDC payment required for /api/v1/document-intelligence

## Output

Structured intelligence extracted from the submitted document, including key terms, entities, clauses, risk indicators, and a summary of the document's financial and lending-relevant content.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agents-securelend-ai-2f9eb17c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.securelend.ai](https://www.zero.xyz/host/agents.securelend.ai/llms.txt)
