# FilingsPulse SEC EDGAR Full-Text Filing Search with AI Synthesis

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

Searches SEC EDGAR filings full-text for any keyword, topic, or risk phrase across 10-K, 10-Q, 8-K, S-1, and 13F forms, returning AI-synthesized summaries with cited extracts, filterable by form type and date.

## Facts

- Endpoint: GET https://filingspulse.theaslangroupllc.com/api/filings/search
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-sec-edgar-full-text-filing-search-with-ai-synthesis-615cee84
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cPGt6YBQlThNPVBUQBXJZ

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-filing-search-with-ai-synthesis-615cee84
```

Example prompt: Search SEC filings for what companies have disclosed about lithium supply chain risks — look across 10-K and 10-Q forms from the last two years and give me cited excerpts with an AI summary of the key themes.

## When to prefer this

Use this endpoint when an agent needs to find what specific language companies have used in official SEC disclosures on a topic, risk factor, or keyword — especially when cited regulatory text and AI synthesis together are needed. Prefer over generic web search when authoritative EDGAR sourcing and form-type filtering (10-K vs 8-K vs S-1) matter for investing or compliance research.

## Known failure modes

- No matching filings found for obscure or overly specific queries — returns empty result set
- Rate limit or payment failure for calls exceeding quota — HTTP 402 or 429
- Invalid form type filter returns 400 bad request
- Date range too narrow yields no results
- Very broad queries may return low-relevance extracts with reduced synthesis quality

## 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 AI-synthesized summaries of matching SEC filing disclosures, with cited verbatim extracts from the source filings, filing metadata (company, form type, date), and organized thematic analysis of what companies disclosed on the queried topic.

## 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-filing-search-with-ai-synthesis-615cee84/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.theaslangroupllc.com](https://www.zero.xyz/host/filingspulse.theaslangroupllc.com/llms.txt)
