Documint icon

Documint

Document generation platform for templates, dynamic PDF rendering, and account-level document history.

Suited for PDF generation pipelines that merge JSON data into a template, manage stored templates, and list generated documents in the account.

Sign in to connect Documint

Sign in to connect an account and start using Documint in your apps.

Example Use Cases

These are example ways Snow can use Documint when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create Document

Tool to merge data into a template to create a document (PDF generation). Send JSON data with template variables in the request body to generate a PDF document. Returns a URL to the generated PDF (valid for 24 hours).

Delete Template

Tool to permanently delete a single template by its ID. Use when you need to remove an outdated or unused template; ensure the template ID is correct before calling.

Get Template

Tool to retrieve a single template by its ID. Use when you need to fetch details of a specific template before generating documents.

List Documents

Retrieves documents from the authenticated user's Documint account with optional pagination. Returns a list of documents with their IDs, names, associated templates, and timestamps. Use this to view previously generated documents or to find document IDs for further operations. Supports page and limit parameters for paginated results.

List Templates

Tool to list all templates in the authenticated user's account. Use after obtaining a valid API key.

Update Template

Tool to update a single template by its ID. Use when you need to modify an existing template's settings or layout after fetching its current details.