v1

latestOpenAPI 3.0.22026-07-146168117.0 KB
Papersign Documents

This endpoint returns a link to download the completed (fully signed) document as a PDF.

A fresh link is generated on every request and is valid for one week, so download or store the file promptly. The document must be completed — every signer must have finished signing — before a link is available. A draft document returns 400, and a document that has been sent but is not yet completed returns 422. Please note that this feature is exclusively available as part of the Papersign API.

get/papersign/documents/{id}/completed-document-url

Path parameters

idstring required

The ID of the Papersign document.

Response

Successfully generated a download link for the completed document

status'ok'

Example response

{
  "results": {
    "completed_document_url": "https://api.paperform.co/storage/download/5d40fdaf174b4c0007043072?expires=1751760000&signature=8f2c1d",
    "expires_at_utc": "2026-07-14T23:00:00+00:00"
  }
}