Send Document for Signature
assinafy_send_document_for_signatureUpload a PDF, wait for processing, create or reuse its signers, and create a virtual signing assignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | invitation message shown to signers | |
| signers | Yes | one or more signers to create or reuse and request signatures from | |
| file_name | Yes | PDF filename including the .pdf extension | |
| poll_secs | No | polling interval in seconds (default 2; cannot exceed max_wait_secs) | |
| account_id | No | account ID; uses the request or server default if omitted | |
| expires_at | No | assignment expiry timestamp in RFC 3339 format | |
| file_base64 | Yes | base64-encoded PDF bytes (max 25 MB decoded) | |
| max_wait_secs | No | maximum seconds to wait for PDF processing (default 30; max 600) |