← Tools Reference

PDF-API.io

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

API key3 toolshttps://pdf-api.io
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.