# FilingsPulse Red-Flag Scanner

> FilingsPulse Red-Flag Scanner 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).

Forensic accounting scan of SEC filings to surface going-concern doubt, restatements, related-party abuse, accounting manipulation, and governance failures before they impact a position.

## Facts

- Endpoint: GET https://filingspulse.theaslangroupllc.com/api/filings/redflags
- 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-red-flag-scanner-f837c380
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kmKE3DIa0oPdnx4S_038W

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-red-flag-scanner-f837c380
```

Example prompt: Run a forensic red-flag scan on NVIDIA's SEC filings — I want to know if there are any going-concern warnings, signs of earnings manipulation versus cash flow, related-party abuses, or governance failures I should know about before adding to my position.

## When to prefer this

Use this endpoint when you need a forensic accounting and governance risk assessment of a specific US-listed company prior to investing or during due diligence. Prefer this over general filing search when you specifically want red-flag detection (going-concern, restatements, earnings manipulation, related-party abuse) rather than raw filing text or summaries.

## Known failure modes

- Ticker not found or not US-listed — returns 404 or empty result set
- EDGAR data temporarily unavailable — returns upstream error
- XBRL data incomplete or missing for older filings — partial results returned
- Rate limit exceeded — returns 429
- Payment not processed — returns 402

## How this service works

Forensic accounting / red-flag scan of SEC filings — going-concern doubt, restatements, related-party abuse, accounting manipulation, and governance failure surfaced before they blow up a position. From EDGAR filings plus XBRL financial facts (cash flow vs earnings), for investing and due-diligence agents.

## Output

A structured forensic summary of red flags found in the company's SEC filings, including going-concern doubt signals, restatement history, related-party transaction anomalies, discrepancies between XBRL cash flow and reported earnings, auditor concerns, and governance failure indicators — each flagged with severity and supporting filing citations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "ticker": {
   "type": "string",
   "description": "ticker"
  },
  "company": {
   "type": "string",
   "description": "company"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/filingspulse-red-flag-scanner-f837c380/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)
