LinqAlpha uses multiple data sources and retrieval methods to find the most relevant documents or information based on a query. Unlike the generate endpoint, this API only performs the search step and returns matched results without generating a response.
How to view original documents:
https://chat.linqalpha.com/rms/viewer?chat_message_id={chat_message_id}&citation_idx={citation_idx}document_id, you can access the original document directly through the presigned_url endpoint.A search query
"What are the latest updates on AAPL?"
External document types
["transcript", "filing", "news", "ir_slide"]Bloomberg stock IDs (optional)
["BBG001S5N8V8"]Ticker symbols (optional)
["AAPL"]Specifies the number of top search results to return. If the value exceeds 50, it will be capped at 50 The number of returned results will be less than or equal to the specified top_k value. Results are sorted by relevancy in descending order (from highest to lowest).
50