# SecureLend AI Extract

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

Extracts structured data and key information from lending, financial, or real estate documents via a paid USDC API endpoint.

## Facts

- Endpoint: GET https://agents.securelend.ai/api/v1/extract
- Price: $0.15/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-cb3ad7d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_epqIm-5CIcw5dt1v9HImF

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-cb3ad7d5
```

Example prompt: Can you extract the key fields — borrower name, loan amount, interest rate, and repayment terms — from this mortgage agreement document I'm uploading to SecureLend?

## When to prefer this

Use this endpoint when you need to extract structured data fields from lending, mortgage, or financial documents in the SecureLend ecosystem. Prefer this over general-purpose extraction tools when the documents are loan-related or real estate financial documents requiring domain-aware parsing. It is particularly useful when other sibling endpoints (quantitative-analysis, compliance, risk-discovery) will be called downstream and need structured extracted inputs.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Document format not supported or unparseable — returns 400 Bad Request
- Missing required document input — returns 422 Unprocessable Entity
- Service unavailable or overloaded — returns 503 Service Unavailable
- Malformed request parameters — returns 400 Bad Request

## How this service works

USDC payment required for /api/v1/extract

## Output

Returns structured, extracted data fields parsed from the submitted document, such as borrower details, financial terms, dates, and other key lending-related entities in a machine-readable format.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agents-securelend-ai-cb3ad7d5/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)
