Skip to main content
These tools are only available for Confluence Cloud. Server/Data Center does not expose the template REST API.

List Page Templates

List Confluence page content templates. Parameters:
ParameterTypeRequiredDescription
space_keystringNoOptional space key to list templates defined in that space. When omitted, global templates are returned.
limitintegerNoMaximum number of templates to return.

Get Page Template

Get a Confluence page template by ID, including its storage-format body. Parameters:
ParameterTypeRequiredDescription
template_idstringYesThe ID of the template to retrieve.

Create Page from Template

Create a new Confluence page pre-populated with a template’s body.
This is a write tool. Disabled when READ_ONLY_MODE=true.
Parameters:
ParameterTypeRequiredDescription
space_keystringYesKey of the space in which to create the page.
titlestringYesTitle for the new page.
template_idstringYesID of the template to use as the page body.
parent_idstringNoOptional ID of the parent page.