Create PageCopy Pagepost https://{APP_DOMAIN}/api/3.2/contents/pagesCreates a new website page on a publication domain.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamsBody Paramsdomain_idintegerrequiredThe ID of the domain to host the page onpage_type_idintegerrequiredThe ID of the page type (e.g. HTML)htmlstringrequiredThe HTML content of the pagepathstringrequiredThe URL path (e.g. 'about/team')activebooleanrequiredWhether the page is active and accessibletruefalsepublication_idintegerrequiredThe ID of the publication this page belongs totemplate_idintegerThe ID of the layout templatepage_category_idintegerThe ID of the page categorymeta_titlestringThe page meta title for SEOmeta_descriptionstringThe page meta description for SEOmeta_keywordsstringThe page meta keywords for SEOsearchablebooleanWhether the page appears in site search resultstruefalseheaderstringCustom header contentpriorityintegerSitemap priority (0-10)changefreqstringSitemap change frequency (e.g. 'weekly', 'daily', 'monthly')html_dataobjectJSON content data for the visual editorhtml_data objecttag_idsarray of integersArray of tag IDs to associatetag_idsADD integerResponse 201The created pageUpdated 5 days ago