# SEC EDGAR Filing Search API - Root Endpoint

> SEC EDGAR Filing Search API - Root Endpoint 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).

Entry point for the SEC EDGAR filing search service, providing API discovery and service information for searching SEC company filings

## Facts

- Endpoint: GET https://sec.withzero.ai/
- 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-filing-search-api-root-endpoint-0fd01bc9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q2wdETl5l7G_ELgtC2YYF

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-filing-search-api-root-endpoint-0fd01bc9
```

Example prompt: Can you check what's available on the sec.withzero.ai filing search service so I know what SEC EDGAR search capabilities are offered?

## When to prefer this

Use this root endpoint to discover what the SEC EDGAR filing search service offers before making specific filing queries. Prefer this when you need to understand available endpoints, check service health, or get initial API context. For actual SEC filing searches, use the dedicated search endpoint under this brand.

## Known failure modes

- Service unavailable (503) if the API is down
- Empty or minimal response if the root endpoint returns no metadata
- Authentication required error if paywrap is enforced at root level
- Timeout if the service is under high load

## Output

Returns a JSON object describing the service, likely including available endpoints, service name, and usage information for the SEC EDGAR filing search API

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-withzero-ai-sec-edgar-filing-search-api-root-endpoint-0fd01bc9/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)
