templateId to send signature requests or start redline negotiations.
Supported files
- PDF (
application/pdf) - DOCX (
application/vnd.openxmlformats-officedocument.wordprocessingml.document) - DOC (
application/msword) - Maximum size: 40MB
Redlining requires a DOCX source file because it edits the underlying document. Upload DOCX if you plan to negotiate revisions.
1. Upload a template
Send the file asmultipart/form-data with a file part and a filename field. Formable returns the templateId plus a ready-to-use editor URL.
Response
2. Place fields in the editor
Open theeditUrl in a browser to open the template editor, where you place and configure fields on the document:
- Signature — where the signer signs
- Text — free-form text input
- Date — a date value
- Checkbox — a boolean toggle
- Amount — a monetary value
id. You reference these IDs when you prefill fields on a signature request.
Editor URLs expire (by default one day after creation). Generate a fresh one anytime with the next step.
3. Regenerate an editor URL
If an editor URL has expired, mint a new one for the template.Response
Next steps
Send for signature
Use the template to collect a signature.
Start a redline
Negotiate revisions on a DOCX template.