Available filing types
Every SEC EDGAR form type this server accepts as a filing_type filter value, sorted. Generated from SEC EDGAR’s own quarterly form.idx indexes across 53 quarters spanning 1995-2025 (regenerate with tools/genformtypes.sh), so no entry is invented: each one is a form type EDGAR has actually carried. 715 entries, covering all 500 Financial Datasets published on 2026-09-04 plus 215 more. The catalog derives from the same set get_filings validates against, so what this route advertises and what get_filings accepts cannot drift apart. An earlier version advertised only five types and rejected every other real form, which broke callers filtering on S-1 or DEF 14A. Static: no Monid call, no cost.
Authorizations
The caller's own Monid API key (get one at https://monid.ai?fpr=dhruv-15136b). Passed straight through to Monid on every call, so usage bills the caller's own wallet — this is never a shared server-side credential, and the server never logs or stores it. Missing, empty, or malformed values answer 401 unauthorized before any paid call is attempted.
Response
The five filing types this server validates filing_type against.
Static enum response for /filings/types: the filing_type values get_filings/get_filing_items validate against (go/service/coverage.go's filingTypeOrder, Financial Datasets' own documented enum order). Makes no Monid call.