/papersign/documents/{id}/create-draft

This endpoint creates a draft document without sending it. Unlike the send endpoint, this does not validate the document completeness, does not check owner verification, and does not create a sign request or send notifications. This is useful for preparing documents programmatically before sending them.

You can optionally copy the document and/or update signers and variables in a single operation.

Please note that this feature is exclusively available as part of the Papersign API.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the Papersign document.

Body Params
signers
array of objects

An array of signers with updated data. All signers must be present with the same keys as the original document.

signers
variables
array of objects

An array of variables with updated values. Only the variables you want to update need to be included.

variables

Whether to copy before creating the draft. Can be a boolean or an object. If value is true, the document will be copied with the same name and location.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html