← All integrations

PDF-API.io

PDF-API.io integration (Productivity, Design & Media). Imported from open-connector.

API key3 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
pdf_api_io_list_templates
List the PDF-API.io templates accessible to the provided API token.

/api/templates

GET
pdf_api_io_get_template
Get one PDF-API.io template by template ID, including team and variable details.

/api/templates/{templateId}

1 parameter
ParamTypeRequiredDescription
templateIdstringrequiredThe template identifier to retrieve.
POST
pdf_api_io_render_pdf
Render one PDF-API.io template with JSON data and return the temporary hosted PDF URL.

/api/templates/{templateId}/pdf

2 parameters
ParamTypeRequiredDescription
templateIdstringrequiredThe template identifier used to generate the PDF.
dataobjectoptionalThe key-value payload used to replace placeholders in the template.
Request private-beta access