> ## Documentation Index
> Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Search

> Full-text search across filing content and section text, plus semantic vector search across SEC filing section content.

Use Search endpoints for full-text filing and section-text search, plus semantic vector search over SEC filing section content; the semantic endpoint uses finance-tuned embeddings and returns citation fields on every result row.

<Note>
  The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.
</Note>

## Operations in this family

<CardGroup cols={2}>
  <Card title="GET /v1/search/fulltext" href="/api-reference/search/get-v1-search-fulltext">Full-text search across filing content and section text</Card>
  <Card title="GET /v1/search/semantic" href="/api-reference/search/get-v1-search-semantic">Semantic vector search across SEC filing section content with finance-tuned embeddings, hybrid keyword + vector RRF, and citation fields on every result row</Card>
</CardGroup>
