Create signing document
Request body
Raw html. This API call must contain either one of the attributes text, templatepdf, template.
Resource URI of templatepdf object. This API call must contain either one of the attributes text, templatepdf, template.
Resource URI of text template object. This call must contain either one of the attributes text, templatepdf, template.
Use 4 to get your executed PDF Certified. Recommended. Defaults to 1 (uses a sha256 hash for document integrity).
Append Legalesign validation info to final PDF. If not included uses the group default.
Send to archive soon after signing. Keeps web app clutter free
Use Legalesign email to send notification emails. If false suppresses all emails.
Comma delimited string of email addresses that are notified of signing or rejection.
If any sender fields are left blank, convert them to fields for the first recipient.
Text doc only. The footer for the final pdf. Use keyword "default" to use group default footer.
Text based doc only. Pixel height of PDF footer, if used. 1px = 0.025cm
Text based doc only. The header for the final pdf. Use keyword "default" to use group header footer.
Text based doc only. Pixel height of final PDF footer, if used. 1px = 0.025cm
Set a password. Must be ascii encode-able, you must also set signature_type to 4 and choose a pdf_password_type.
1 to store password, 2 for to delete from our records upon final signing.
Assign values to PDF sender fields, use field labels as keys. Requires unique fields labels. See also strict_fields.
URL to send the signer to after signing (instead of download page). Your URL will include query parameters with ID and state information as follows: YOUR-URL?signer=[signer_uid]&doc=[doc_id]&group=[group_id]&signer_state=[signer_status]&doc_state=[doc_status]
Put 'default' if you wish to use the default reminder schedule in the group (go to web app to set default schedule)
Return document links for signers in the response BODY.
Notify signers in their order sequence. If false all are notified simulataneously.
Add custom placeholders to signer fields, using labels as keys in an object (as for pdftext). Relies on unique labelling.
pdftext fails silently for invalid field value, set to true to return an error
Assign document another user in the group. Defaults to API
Response
Success. Document URI will be in Location header. If return_signer_links was set to true, the body will contain a JSON dict containing the signing links.