Skip to main content
GET
Presigned URL V2
Generate a temporary download URL for a single document. Supports both external documents (filings, transcripts) and RMS documents (internal notes, Third Bridge transcripts).

Search Type

Use the search_type parameter to specify which document source to query:

Quick Start

External document (default)
RMS document
For platform API keys that access multiple organizations, pass organization_id to specify which org’s documents to query. If omitted, defaults to the API key’s primary organization.
Download URLs expire after approximately 1 hour. Generate new URLs when needed.

Authorizations

X-API-KEY
string
header
required

Path Parameters

document_id
string
required

Document ID (from search/analytics references)

Query Parameters

search_type
enum<string>
default:external

Document source. external (default) returns external documents. rms returns documents from your Research Management System (RMS).

Available options:
external,
rms
organization_id
string

Organization ID. Recommended for search_type=rms and required for platform API keys. If omitted, defaults to the API key's primary organization.

Response

Presigned URL with document metadata

error
object | null
payload
object