Create PDF template
Upload a PDF document you want to send to be signed
- application/json
Request Body required
Data for PDF upload
- archive_upon_send boolean
archive PDF when sent
- group string required
Possible values: Value must match regular expression
^/api/v1/group/[-\w]{1,50}/$
- pdf_file byte required
base64 encoded PDF file data
- process_tags boolean
- title string
Possible values:
<= 120 characters
- user string
assign to group member if not api user
Responses
- 201
operation successful
Response Headers
location string
resource_uri for new pdf template
Loading...