The Filings Embeddings Search API retrieves the nearest chunks of text (based on semantic similarity) from our database for specified filings (earnings transcripts and annual reports) for any given user query/prompt in natural langauge. Users can utilize this functionality for various purposes, such as building an AI-search engine, AI-tagging, etc., using the associated text from these filings.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response. Contains the list of chunks for given query vector
The response is of type object
.