# SEC EDGAR Contract/Agreement Filing Retrieval

> SEC EDGAR Contract/Agreement Filing Retrieval is a paid API for AI agents from sec.withzero.ai, paid per call via MPP, price unknown, status unknown (last checked 2026-09-15).

Retrieves SEC EDGAR contract and legal agreement filings for a specified company or filing

## Facts

- Endpoint: GET https://sec.withzero.ai/contract
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: sec.withzero.ai
- Website: https://sec.withzero.ai
- Canonical page: https://www.zero.xyz/c/sec-withzero-ai-sec-edgar-contract-agreement-filing-retrieval-f951ccf8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4omSLWUutvxgw4RJg8T9g

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 sec-withzero-ai-sec-edgar-contract-agreement-filing-retrieval-f951ccf8
```

Example prompt: Can you pull the material contract filings for Tesla (TSLA) from SEC EDGAR — specifically any exhibit agreements like employment contracts or licensing deals they've filed recently?

## When to prefer this

Use this endpoint when you need to retrieve specific contract or legal agreement documents filed with the SEC via EDGAR, particularly exhibit filings (e.g., Exhibit 10 material contracts). Prefer this over general SEC search when the user specifically wants contract or agreement documents rather than financial statements or event disclosures.

## Known failure modes

- Company not found in SEC EDGAR — returns empty result or error
- Invalid ticker or CIK number — 400 or 404 error
- No contract filings matching the query — empty result set
- SEC EDGAR rate limiting or availability issues — 503 or timeout
- Malformed query parameters — 400 bad request

## Output

Returns SEC EDGAR contract or agreement filing data, likely including document text or metadata such as filing date, company name, CIK, exhibit type, and the content of the legal agreement or contract document filed with the SEC.

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-withzero-ai-sec-edgar-contract-agreement-filing-retrieval-f951ccf8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sec.withzero.ai](https://www.zero.xyz/host/sec.withzero.ai/llms.txt)
