Skip to main content
GET https://api.craftkit.dev/v1/signatures/:id/download
Streams the archived signed PDF. The signed document is a sensitive legal artifact, so it is served only through the authenticated API (streamed from storage) — it is never reachable from a public bucket URL or a provider-hosted link. Returns 409 until the document has been archived (until signedDownloadUrl is non-null on the request).

Authorization

string
required
Bearer ck_live_… — a project API key.

Path parameters

string
required
The signature request id (UUID).

Response

On success, the signed PDF bytes with Content-Type: application/pdf, served as an attachment named <id>-signed.pdf.
application/pdf
The signed PDF stream.

Errors

cURL
409