Create 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 type of unclaimed draft to create. Use send_document to create a claimable file, and request_signature for a claimable signature request. If the type is request_signature then signers name and email_address are not optional.
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.
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.
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.
Whether this is a test, the signature request created from this draft will not be legally binding if set to true. Defaults to false.