Skip to main content
GET
Get a document download URL

Authorizations

Authorization
string
header
required

Partner API key. Send the raw key as the Authorization header value — e.g. dk_test_… in sandbox or dk_live_… in production. Generate and rotate keys in the doola Partner Portal.

Path Parameters

doolaCompanyId
string
required

doola company ID (KSUID).

documentId
string
required

Document ID returned by the list endpoint.

Response

200 - */*

OK

Document metadata plus a short-lived, pre-signed download URL.

id
string

Document ID.

companyId
string

doola company ID (KSUID) the document belongs to.

name
string

File name.

Example:

"Articles-of-Organization.pdf"

contentType
string

MIME content type.

Example:

"application/pdf"

documentType
string

Document type. One of ArticlesOfOrganization, EinLetter, Mail.

Example:

"ArticlesOfOrganization"

lastModified
string<date-time>

Last modified timestamp (RFC 3339).

Example:

"2026-07-06T21:11:56Z"

createdAt
string<date-time> | null

Creation timestamp (RFC 3339). May be null for files whose source provides no creation time.

Example:

"2026-07-06T21:11:56Z"

downloadUrl
string

Short-lived, pre-signed URL to download the file.