# FilingsPulse IPO S-1 Deep-Dive Analysis

> FilingsPulse IPO S-1 Deep-Dive Analysis is a paid API for AI agents from filingspulse.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Analyzes S-1 IPO prospectuses to extract business model, burn rate, risk factors, insider selling patterns, and comparable valuations for new-listing due diligence.

## Facts

- Endpoint: GET https://filingspulse.vercel.app/api/filings/ipo
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-ipo-s-1-deep-dive-analysis-2cee4364
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FvNp8iI2T0y5rNToWZlSF

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-ipo-s-1-deep-dive-analysis-2cee4364
```

Example prompt: Pull the S-1 deep-dive for Klarna's IPO — I need the business model summary, monthly burn rate, key risk factors, any insider selling details, and how their valuation stacks up against comparable fintech companies.

## When to prefer this

Use this endpoint when evaluating a specific company's IPO before investing — particularly when you need a structured S-1 analysis covering burn rate, risk factors, insider behavior, and peer valuation in one call. Prefer this over generic SEC search endpoints when the target is specifically a new listing or upcoming IPO, and over 10-K/10-Q endpoints which focus on already-public companies.

## Known failure modes

- Company has not filed an S-1 yet — returns not found or empty result
- S-1 filing too recent or not yet indexed in EDGAR — stale or missing data
- Invalid or ambiguous company identifier — requires clarification
- Rate limit or payment failure via x402 — 402 Payment Required response
- Ticker not associated with an IPO filing — returns error or no data

## How this service works

S-1 IPO prospectus analysis — business model, burn rate, risk factors, insider selling, and comparable valuations to judge a new or upcoming public offering. EDGAR S-1 search plus live IPO research, for new-listing diligence by investing and due-diligence agents.

## Output

Returns a structured breakdown of the S-1 prospectus including: business model description, burn rate figures, enumerated risk factors, insider selling activity and patterns, and comparable company valuation benchmarks to support IPO investment decisions.

## 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-ipo-s-1-deep-dive-analysis-2cee4364/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)
