submit_job
Submit a new PDF generation job using a template and a JSONL string. Each line in the data string represents one PDF to generate with variable values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSONL formatted data — one JSON object per line, each line is one PDF to generate | |
| templateId | Yes | The UUID of the template to use for PDF generation | |
| webhookUrl | No | Optional URL to receive a webhook notification when the job completes |