# SEC Form D Company Dossier Builder

> SEC Form D Company Dossier Builder is a paid API for AI agents from evidence.regulavita.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Converts a single SEC Form D accession number into a comprehensive, agent-ready funded-company prospect dossier combining official filing data, reported offering facts, key people, and fresh web research.

## Facts

- Endpoint: POST https://evidence.regulavita.com/v1/gtm/form-d-company-dossier
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-form-d-company-dossier-builder-1f7ff667
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZcgJuaRUupchthMmBIYGI

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 sec-form-d-company-dossier-builder-1f7ff667 -d '<json body>'
```

Example prompt: Pull together a full funded-company dossier for the Form D accession number 0001234567-24-000123 — I need the official filing details, offering facts, key people, and any fresh web research on the company, with source links and a signed receipt.

## When to prefer this

Choose this endpoint when you have a specific SEC Form D accession number and need a single-call, comprehensive, agent-ready dossier that combines official EDGAR filing data with live web research and verifiable provenance. Prefer this over raw EDGAR queries when you need enriched, structured output including key people, offering facts, and fresh web context in one shot, and when auditability via source hashes and signed receipts is important for downstream compliance or sales workflows.

## Known failure modes

- Invalid or malformed accession number returns an error
- Accession number not found on EDGAR returns not-found error
- Web research for company returns sparse or no results if company has minimal public presence
- Rate limiting or payment failure if USDC payment is not processed correctly
- Signed receipt may not be verifiable if hash provenance chain is broken

## How this service works

Turn one SEC Form D accession into an agent-ready funded-company prospect dossier. Combines the official filing, reported offering facts and related people with fresh web research in one call, then returns source links, hashes, upstream settlement provenance, and a signed receipt. No account or API key.

## Output

Returns a structured dossier including the official SEC Form D filing content, reported offering facts (amount raised, offering type, dates), key individuals associated with the filing, fresh web research results, source URLs with content hashes, upstream settlement provenance, and a cryptographically signed receipt — all formatted for direct agent consumption.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cik": {
   "type": "string",
   "pattern": "^[0-9]{1,10}$",
   "description": "Issuer CIK from a Form D signal."
  },
  "accession": {
   "type": "string",
   "pattern": "^[0-9]{10}-[0-9]{2}-[0-9]{6}$",
   "description": "SEC Form D accession belonging to the CIK."
  },
  "max_source_age_seconds": {
   "type": "integer",
   "default": 600,
   "maximum": 3600,
   "minimum": 60
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "issuer": {
   "cik": "0001847986",
   "name": "Example, Inc."
  },
  "receipt": {
   "algorithm": "Ed25519"
  },
  "decision": "FORM_D_COMPANY_DOSSIER_READY",
  "provenance": {
   "parser_version": "sec-form-d-company-dossier/0.1.0",
   "supplier_settlement_transaction": "0x..."
  },
  "request_id": "form_d_company_dossier_example",
  "web_research": {
   "sources": [],
   "source_count": 0
  },
  "funding_signal": {
   "amount_sold_usd": "2000000"
  },
  "related_people": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-form-d-company-dossier-builder-1f7ff667/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from evidence.regulavita.com](https://www.zero.xyz/host/evidence.regulavita.com/llms.txt)
