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.
search_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 |
organization_id to specify which org’s documents to query. If omitted, defaults to the API key’s primary organization.Document ID (from search/analytics references)
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.