Apitemplate Io

Learn how to use Apitemplate Io with Composio

Overview

Enum

APITEMPLATE_IO

Description

APITemplate.io provides APIs for generating PDFs and images from reusable templates using JSON data.

Authentication Details

api_key
stringRequired

Actions

Tool to create a pdf file using json data and a specified template. use after confirming the template id is valid when you need to generate a pdf.

Action Parameters

data
objectRequired
template_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a generated pdf or image object. use when you want to remove a previously generated object by its transaction reference after confirming it's no longer needed.

Action Parameters

transaction_ref
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all generated pdfs and images with filtering options. use when you need to browse or manage generated assets after creation.

Action Parameters

end_date
string
object_type
string
page
integerDefaults to 1
size
integerDefaults to 20
start_date
string
template_id
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all templates available in your account. use after authenticating to apitemplate.io when you need to enumerate all templates.

Action Parameters

Action Response

data
array
error
string
successful
boolean