Templates
📄️ Lists all templates available in the enterprise. Returns an array of template objects with thumbnails.
<br/>Filter using JSON query parameter:<br/>/templates?filters={'source_q':'123'} - Filter by source ID
📄️ Copies a template from Matik's template library into the user's enterprise.
Requires presentation type, library ID, and template name.
📄️ Creates a new Google Slides template from a URL. Returns a location header for status checking.
Creates a new Google Slides template from a URL. Returns a location header for status checking.
📄️ Creates a new PowerPoint template from an uploaded file. Returns a location header for status checking.
Creates a new PowerPoint template from an uploaded file. Returns a location header for status checking.
📄️ Checks the processing status of a template. Redirects to the template when processing is complete.
Checks the processing status of a template. Redirects to the template when processing is complete.
📄️ Retrieves a single template by ID. Returns the complete template configuration with source information.
Retrieves a single template by ID. Returns the complete template configuration with source information.
📄️ Retrieves all dynamic content items associated with a template. Returns an array of dynamic content objects.
Retrieves all dynamic content items associated with a template. Returns an array of dynamic content objects.
📄️ Gets all required inputs for a template. Optionally processes dynamic content queries and returns a callback URL.
Gets all required inputs for a template. Optionally processes dynamic content queries and returns a callback URL.
📄️ Checks the status of a bulk query for template input options. Returns results when complete.
Checks the status of a bulk query for template input options. Returns results when complete.