APITemplate.io
The APITemplate.io modules allow you to watch the new bookings in your APITemplate.io account.
Getting Started with APITemplate.io
Prerequisites
- An APITemplate.io account
In order to use APITemplate.io with Boost.space Integrator, it is necessary to have an APITemplate.io account. If you do not have one, you can create an APITemplate.io account at app.apitemplate.io/accounts/signup/.
The module dialog fields that are displayed in bold (in the Boost.space Integrator scenario, not in this documentation article) are mandatory!
Connecting APITemplate.io to Boost.space Integrator
To connect your APITemplate.io account to Boost.space Integrator you need to obtain the API Key from your APITemplate.io account and insert it in the Create a connection dialog in the Boost.space Integrator module.
-
Log in to your APITemplate.io account.
-
Click API Integration.

-
Copy the API Key to your clipboard.

-
Go to Boost.space Integrator and open the APITemplate.io module’s Create a connection dialog.

-
Enter a name for the connection in the connection field.
-
In the API Key field, enter the API key copied in step 3, and click Continue.
The connection has been established.
Actions
You can perform the following actions in your APITemplate.io account.
Action Options
Description
Create an Image
Creates an image.
Create a PDF
Creates a PDF.
Get Account Information
Gets Account Information.
Make an API Call
Performs an arbitrary authorized API call.
Connection
Establish a connection to your APITemplate.io account.
URL
Enter a path relative to https://api.cloudconvert.com/. For example: /v1/account-information
For the list of available endpoints, refer to the APITemplate.io API Documentation.
Method
Select the HTTP method you want to use:
GET
to retrieve information for an entry**.**
POST
to create a new entry.
PUT
to update/replace an existing entry.
PATCH
to make a partial entry update.
DELETE
to delete an entry.
Headers
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you.
Query String
Enter the request query string.
Body
Enter the body content for your API call.
Example of Use – List Templates
The following API call returns all the templates from your APITemplate.io account:
URL:
/v1/list-templates
Method:
GET

Matches of the search can be found in the module’s Output under Bundle > Body.
In our example, 3 templates were returned:

Legacy article, imported from the original Boost.space knowledge base (/knowledge-base/applications/marketing/apitemplate-io/).