Creates and sends a new signature request with the submitted documents.
Documentation Index
Fetch the complete documentation index at: https://developers.luminpdf.com/llms.txt
Use this file to discover all available pages before exploring further.
Provide your API key in the X-API-Key header, e.g., X-API-Key: YOUR_API_KEY.
Signers of the signature request.
The title of the signature request.
1 - 255When the signature request will expire. This is a unix epoch timestamp (miliseconds). Should be later than today.
The URL of a single file to be downloaded and signed. This field is mutually exclusive with file, files, and file_urls. Only one of these fields should be provided in the request.
A single uploaded file to be sent for signature. This field is mutually exclusive with file_url, files, and file_urls. Only one of these fields should be provided in the request.
An array of URLs of files to be downloaded and signed. This field is mutually exclusive with file, files, and file_url. Only one of these fields should be provided in the request.
An array of uploaded files to be sent for signature. This field is mutually exclusive with file, file_url, and file_urls. Only one of these fields should be provided in the request.
Viewers of the signature request.
Set to true to enable Text Tag parsing in your document. Your Text Tags will be converted into UI components for the user to interact with. Defaults to false.
The signing order for the signature request. Defaults to SAME_TIME.
SAME_TIME, ORDER Custom email content for the email sent to signers.
Returns the information of the created signature request.
Contains information about a signature request.