Skip to main content
POST

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}$
Idempotency-Key
string

Optional, case-sensitive key for one intended action. Scope: team, HTTP method and canonical path. Retained for at least 24 hours and while processing. Same key and payload reuses the stored outcome without repeating side effects; the resource representation is current. Changed payload: 422 with an Idempotency-Key entry in errors. Concurrent duplicate: 409 with Retry-After and Location when known. Without a key there is no deduplication. Use GET at Location after 202.

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

Path Parameters

teamUuid
string<uuid>
required

Team uuid. All resources are scoped to this team.

Body

application/json

Print/reprint request. Validate the document, target printer and compatibility before accepting the job. A new POST without an idempotency key creates another print job. Copies apply to the complete file; per-page selection is not offered by this operation. A rejected request creates no job and does not change Document.print_status.

document_uuid
string<uuid>
required

Completed Document to print. QR images and data exports are not eligible.

printer_uuid
string<uuid>

Target printer. Omit to resolve the applicable team print settings for the selected file format and page layout. The accepted job records the resolved target; later setting changes do not redirect it. Missing or incompatible selection returns 422.

copies
integer
default:1

Number of copies of the entire document, including every page.

Required range: 1 <= x <= 100

Response

Print job created.

data
object
required

One logical print attempt for one completed document file and copy count. It includes fixed file and printer identity snapshots, plus evolving job state. Every attempt uses this representation regardless of how it was initiated. Accepted print intent is recorded locally before file preparation or external submission, so setup failures are visible as jobs, including failures before a printer can be selected. A new reprint creates a new job; repeated delivery/status notifications update the existing job. Printer configuration changes or removal do not alter or delete print history.