# FilingsPulse 10-K/10-Q Filing Summary

> FilingsPulse 10-K/10-Q Filing Summary is a paid API for AI agents from filingspulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Returns a plain-language summary of a US or international annual/quarterly SEC filing, including key risks, XBRL financial highlights, management tone analysis, and red flags for investment decisions.

## Facts

- Endpoint: GET https://filingspulse.theaslangroupllc.com/api/filings/summary
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-10-k-10-q-filing-summary-2d5bedc2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LXpme2IA5hlouZdRoDNk_

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-10-k-10-q-filing-summary-2d5bedc2
```

Example prompt: Can you pull a plain-English summary of Alphabet's most recent 10-K from EDGAR — I want the key risks, financial highlights, and any red flags I should know about before making an investment decision?

## When to prefer this

Use this endpoint when you need a fast, structured, plain-English digest of an annual or quarterly report — specifically when you want XBRL financial data, risk factor extraction, management tone, and red-flag signals all in one response. Prefer this over raw EDGAR access or full-text search when the goal is investment-ready synthesis rather than document retrieval or keyword search.

## Known failure modes

- Filing not found for given ticker/CIK or period — returns 404 or empty result
- Invalid filing type specified — returns validation error
- Company has no EDGAR filings (private company or non-filer) — returns error
- XBRL data unavailable for older or international filings — partial results returned
- Rate limiting or payment failure via x402 — returns 402 or 429
- Ambiguous ticker symbol resolves to wrong company — incorrect filing returned

## How this service works

10-K / 10-Q filing summary — plain-language brief of an annual or quarterly report: key risks, financial highlights (XBRL facts), management tone, and red flags distilled into a fast, decision-ready read. Covers US EDGAR plus international filings, for investing and equity-research agents.

## Output

A structured, decision-ready brief containing: a plain-language narrative summary of the 10-K or 10-Q, key risk factors, XBRL-sourced financial highlights (revenue, earnings, margins, etc.), management tone assessment, and identified red flags — covering both US EDGAR and international filings.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "ticker": {
   "type": "string",
   "description": "Stock ticker (works for US; use company name for international)"
  },
  "company": {
   "type": "string",
   "description": "Company name — works globally (e.g. Apple, HSBC, Toyota, Reliance Industries)"
  },
  "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-10-k-10-q-filing-summary-2d5bedc2/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)
