# FilingsPulse SEC EDGAR Full-Text Search with AI Synthesis

> FilingsPulse SEC EDGAR Full-Text Search with AI Synthesis is a paid API for AI agents from filingspulse.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Full-text searches SEC EDGAR filings and synthesizes AI-generated summaries of what companies have disclosed on any topic

## Facts

- Endpoint: GET https://filingspulse.vercel.app/api/filings/search
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-sec-edgar-full-text-search-with-ai-synthesis-d8f90cca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pZwy-BFS2uQnM8GO88hYB

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 filingspulse-sec-edgar-full-text-search-with-ai-synthesis-d8f90cca
```

Example prompt: Search SEC EDGAR filings for what companies have disclosed about artificial intelligence investments and give me an AI synthesis of the key themes across those disclosures.

## When to prefer this

Use this endpoint when you need to know what publicly traded companies have officially disclosed to the SEC about any topic — regulatory risk, financial exposure, ESG, litigation, strategy — especially when you want an AI-synthesized summary across multiple filings rather than raw document retrieval.

## Known failure modes

- Empty query returns error or no results
- Query too vague returns low-relevance filings
- Rate limiting or payment failure returns 402 or 429
- EDGAR unavailability causes upstream timeout
- Very niche or recent topics may have sparse results

## How this service works

SEC filing search / full-text EDGAR search with AI synthesis — find exactly what companies disclosed on any topic, risk, or keyword across 10-K, 10-Q, 8-K, S-1, and 13F filings, with cited extracts. Filter by form type and date, for research and investing agents.

## Output

Returns matching SEC EDGAR filing excerpts relevant to the search query, along with an AI-synthesized summary of what companies have disclosed on the topic, including company names, filing types, and key disclosure themes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "query": {
   "type": "string",
   "description": "Any topic, risk, disclosure theme, or specific language (e.g. 'artificial intelligence risk factors', 'going concern', 'China supply chain exposure')"
  },
  "date_from": {
   "type": "string",
   "description": "YYYY-MM-DD"
  },
  "form_type": {
   "type": "string",
   "description": "form_type"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/filingspulse-sec-edgar-full-text-search-with-ai-synthesis-d8f90cca/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.vercel.app](https://www.zero.xyz/host/filingspulse.vercel.app/llms.txt)
