Skip to main content

Download the signed PDF

Once an envelope reaches completed, two PDFs will be available via the API:

  • The signed envelope — your original PDF with signatures and field input rendered in place.
  • The audit certificate — a generated PDF listing every signer action with timestamp, IP, and user agent.
Coming soon

PDF downloads are not yet available via the API. Both endpoints below are routable — auth and envelope-scope checks pass — but until the signing pipeline ships they return HTTP 409 with error code not_signed_yet.

In the meantime:

This page will be updated and the endpoints will start returning PDFs when the signing pipeline launches.

The endpoints that will serve these files are:

ResourceEndpoint
Signed envelope PDFGET /v1/envelopes/{id}/documents/signed
Audit certificate PDFGET /v1/envelopes/{id}/audit-certificate

The envelope.completed webhook payload will also include a signed_document_url field so you can skip constructing the path yourself.