Create Embedded Unclaimed Draft
Authentication
Basic authentication of the form Basic <username:password>.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The email address of the user that should be designated as the requester of this draft, if the draft type is request_signature.
Use files[] to indicate the uploaded file(s) to send for signature.
This endpoint requires either files or file_urls[], but not both.
Use file_urls[] to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either files or file_urls[], but not both.
Allows signers to decline to sign a document if true. Defaults to false.
Allows signers to reassign their signature requests to other signers if set to true. Defaults to false.
NOTE: Only available for Premium plan and higher.
Provide users the ability to review/edit the signers.
Provide users the ability to review/edit the subject and message.
Group information for fields defined in form_fields_per_document. String-indexed JSON array with group_label and requirement keys. form_fields_per_document must contain fields referencing a group defined in form_field_groups.
Conditional Logic rules for fields defined in form_fields_per_document.
The request from this draft will not automatically send to signers post-claim if set to true. Requester must release the request from hold when ready to send. Defaults to false.
The request created from this draft will also be signable in embedded mode if set to true. Defaults to false.
When only one step remains in the signature request process and this parameter is set to false then the progress stepper will be hidden.
This allows the requester to specify the types allowed for creating a signature.
NOTE: If signing_options are not defined in the request, the allowed types will default to those specified in the account settings.
Disables the “Me (Now)” option for the person preparing the document. Does not work with type send_document. Defaults to false.
Whether this is a test, the signature request created from this draft will not be legally binding if set to true. Defaults to false.
The type of the draft. By default this is request_signature, but you can set it to send_document if you want to self sign a document and download it.