Search for a disclosure by concept
GET /v1/search/semantic and the query parameter is q. Choose mode=keyword, mode=semantic, or mode=hybrid; the default is hybrid.
view=agent where documented. Citation fields remain available so an agent can return the accession, source URL, and excerpt boundary instead of an unsupported summary.
Use the citation, then verify it
- Keep
accession,section_key, andsource_urlwith the result. - Retrieve the cited section by accession when you need the full text.
- Treat
char_startandchar_endas offsets in section markdown, not raw filing HTML. - When citation offsets are null or the response reports a degraded citation state, preserve the filing identity and inspect the source rather than slicing text programmatically.
When to use another search path
- Use full-text search for an exact phrase or a combined filing-and-section result.
- Use section search for a cited passage with issuer, form, and filing filters.
- Use filing search when the question is which filings exist rather than what they say.

