APITemplate.io
Also an agent toolAPITemplate.io document/image generation via the v2 REST API: render PDFs from saved templates, raw HTML/CSS or a web page, render images from templates, merge PDFs, and manage generated objects and templates. API-key auth in a custom X-API-KEY header (no Bearer). Region/data-residency base URL selectable via {config.region_host} (ADR-030; default rest.apitemplate.io, plus EU/US/AU hosts). Generation returns a download_url in the JSON body (engine-compatible, not raw-binary). Action-only: APITemplate.io has no inbound event-webhook API and the optional async completion callback is unsigned, so there is no trigger and no signature handler (see compatibility.md apitemplate-io-04/apitemplate-io-07). Read-only health check on list-templates; safe write/cleanup pair on create-pdf-from-html + delete-object.
10 actions · 0 triggers
The APITemplate.io integration lets you connect APITemplate.io to your automations with 10 actions — and every action is also a tool an AI agent can call. Examples: Create PDF, Create PDF from HTML, Create PDF from URL, Create Image, Merge PDFs. No blank-canvas wiring — connect it and use it in your workflows.
Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.
Actions 10
What Zervanor can do in APITemplate.io.
Create Image1
Create Image
Render a PNG/JPEG image from an image template, merging JSON data (POST /create-image). Returns status, download_url / download_url_png and transaction_ref.
Create Pdf1
Create PDF
Render a PDF from a saved template, merging the JSON request body as data (POST /create-pdf). Returns status, download_url and transaction_ref.
Create Pdf From Html1
Create PDF from HTML
Render a PDF directly from raw HTML/CSS supplied in the request body — no saved template required (POST /create-pdf-from-html). Returns status, download_url and transaction_ref. Safe self-contained WRITE test target (paired with delete_object cleanup).
Create Pdf From Url1
Create PDF from URL
Render a PDF by loading and capturing an external web page (POST /create-pdf-from-url). Returns status, download_url and transaction_ref.
Delete Object1
Delete Object
Delete a generated object from the CDN and mark its transaction deleted (GET /delete-object — the provider uses GET, not DELETE; see compatibility.md apitemplate-io-06). CLEANUP test target.
Get Template1
Get Template
Fetch a single template's metadata/content (GET /get-template).
List Objects1
List Objects
List previously generated objects (PDFs/images) and their metadata (GET /list-objects). Offset/limit pagination.
List Templates1
List Templates
List all templates (PDF and image) in the account (GET /list-templates). Safe read-only — the default connectivity/health-check target.
Merge Pdfs1
Merge PDFs
Merge multiple existing PDF files (referenced by URL) into a single PDF (POST /merge-pdfs). Returns status, download_url (merged PDF) and transaction_ref.
Update Template1
Update Template
Update a template's content (HTML/CSS/settings) (POST /update-template). Returns status and the updated template metadata.
Nothing matches your search.
Automations using APITemplate.io
Build your own automation with APITemplate.io in the visual builder.
Frequently asked questions
What can I automate with APITemplate.io?
10 actions are available — for example: Create PDF, Create PDF from HTML, Create PDF from URL, Create Image, Merge PDFs, and more.
Can APITemplate.io be used as an AI agent tool?
Yes. Every APITemplate.io action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.
How is the APITemplate.io integration modelled?
APITemplate.io is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.