Creates a downloadable PDF document from an existing Lumin template.
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.
ID of the template to generate document from.
Key–value pairs for Merge Tags defined in the Sign template. Keys must match tag names. Values replace the corresponding tags and are rendered as plain text in the generated document.
Key–value pairs for Form Fields defined in the template. Keys must match field names. Values prefill the corresponding fields in the generated document.
Key–value pairs for Variables defined in the AgreementGen template. Keys must match variable names. Values prefill the corresponding variables and are rendered as plain text in the generated document.
Optional name for the generated document. If omitted, the document name defaults to the template's name.
Returns the generated document.
Name of the generated document (from input or default).
Signed HTTPS URL to download the generated document. Expires in 30 minutes.
Unix epoch timestamp (in seconds) indicating when signed_url will no longer work.