Skip to main content
GET
Get a document and fresh download link

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string
default:en

Preferred language(s) for translatable content using BCP 47 language tags. Supports quality values (q-factors) for priority ordering. The API negotiates the best available language based on this header, the team's configured language, and available translations. If omitted, the team's default language is used.

Example:

"da-DK, da;q=0.9, en;q=0.8"

Request-ID
string

Optional client-supplied request identifier. When provided and matching the validation pattern, the value is echoed back in the Request-ID response header. Otherwise the server generates one. Use this to correlate requests between client and server when reporting issues.

Required string length: 1 - 64
Pattern: ^[A-Za-z0-9._-]{1,64}$

Path Parameters

teamUuid
string<uuid>
required

Team uuid. All resources are scoped to this team.

document
string<uuid>
required

UUID of the document in this team.

Response

Document metadata.

data
object
required

One completed team-owned business-document file intended for viewing or printing. The same representation is returned by document endpoints and embedded in shipments. A file may cover multiple parcels. Every physical page or label in a document must have the same dimensions in its finished orientation; different sizes require separate files exposed as separate documents. Null dimensions mean unknown or not applicable, not mixed page sizes. Reports and manifests use the same model. QR images and machine-readable data exports are separate resources. File identity, content, dimensions and page count are stable; signed URLs and print_status can change. Print attempts and their history are retrieved separately through print-jobs filtered by document_uuid. Dimensions and page count are stored when the file is produced, so reading metadata does not read the file from storage.