cURL
Generate Document
Generates a PDF document from a published document template.
POST
cURL
This endpoint is for generating a document based on a template you’ve published to a team. To publish a document, see the publish command. You can find the ids of your published documents in the dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.htmldocs.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Use format: Bearer
Path Parameters
UUID or custom ID of the document template
Body
application/json
Props to pass to the document component
Response format. pdf returns a binary PDF file, base64 returns the PDF encoded as base64 in JSON, json returns a URL to download the PDF. Defaults to pdf
Available options:
pdf, base64, json Page size (A3, A4, A5, letter, legal, or custom size like '8.5in 11in')
Available options:
portrait, landscape Response
Generated document in requested format
Binary PDF file (when format=pdf)