Presigned URL V2
Generates a temporary presigned URL for secure access to a document file. Supports both external documents (stock-server) and RMS documents (Third Bridge transcripts, internal notes, EDS content).
Use search_type=rms to access RMS documents. Default is external (same behavior as V1).
For platform API keys, pass organization_id to specify which org’s documents to query. If omitted, defaults to the API key’s primary organization.
Generate a temporary download URL for a single document. Supports both external documents (filings, transcripts) and RMS documents (internal notes, Third Bridge transcripts).Documentation Index
Fetch the complete documentation index at: https://docs.linqalpha.com/llms.txt
Use this file to discover all available pages before exploring further.
Search Type
Use thesearch_type parameter to specify which document source to query:
| search_type | Backend | Document types |
|---|---|---|
external (default) | Stock server | SEC filings, earnings transcripts, IR slides, news |
rms | RMS server | User-uploaded notes, emails, Third Bridge transcripts, EDS content |
Quick Start
organization_id to specify which org’s documents to query. If omitted, defaults to the API key’s primary organization.Authorizations
Path Parameters
Document ID (from search/analytics references)
Query Parameters
Document source. external (default) routes to stock-server. rms routes to RMS server.
external, rms Organization ID. Recommended for search_type=rms and required for platform API keys. If omitted, defaults to the API key's primary organization.