← Tools Reference

Templated

Templated integration (Design & Media, Marketing). Imported from open-connector.

API key6 toolshttps://api.templated.io/v1
GET
templated_get_account
Get the current Templated account associated with the API key.

/account

GET
templated_list_templates
List Templated templates with optional filters for name, dimensions, and tags.

/templates

9 parameters
ParamTypeRequiredDescription
querystringoptionalOptional template name filter.
pageintegeroptionalZero-based page number for pagination.
limitintegeroptionalMaximum number of templates to return.
widthintegeroptionalFilter templates by width in pixels.
heightintegeroptionalFilter templates by height in pixels.
tagsarrayoptionalFilter templates by tags.
externalIdstringoptionalFilter templates by external identifier.
includeLayersbooleanoptionalWhether to include template layers in the response.
includePagesbooleanoptionalWhether to include template pages in the response.
GET
templated_get_template
Retrieve a single Templated template by its template ID.

/template/{templateId}

3 parameters
ParamTypeRequiredDescription
templateIdstringrequiredThe template ID.
includeLayersbooleanoptionalWhether to include template layers in the response.
includePagesbooleanoptionalWhether to include template pages in the response.
GET
templated_list_renders
List all renders owned by the current Templated account.

/renders

GET
templated_get_render
Retrieve a single Templated render by its render ID.

/render/{renderId}

1 parameter
ParamTypeRequiredDescription
renderIdstringrequiredThe render ID.
DELETE
templated_delete_render
Delete a Templated render by its render ID.

/render/{renderId}

1 parameter
ParamTypeRequiredDescription
renderIdstringrequiredThe render ID.