Create Page
Creates a new page in a site.
Authentication
x-api-keystring
API key authentication. Accepts either:
- App API key (e.g. sk_eczMHVBY9fV6GYFhvs53qcnxq7yptlXL3ABKOZtn6dQ)
- Site API key (UUID format, e.g. 550e8400-e29b-41d4-a716-446655440000)
Request
This endpoint expects an object.
siteId
The site ID to create the page for.
pathname
The page pathname.
name
The page name.
Response
object
Allowed values:
id
The ID of the page.
pathname
The page pathname.
canonicalUrl
The canonical URL of the page.
title
The page title.
description
The page description.
sitemapPriority
The sitemap priority.
sitemapFrequency
The sitemap update frequency.
createdAt
The page creation date and time.
updatedAt
The page last update date and time.
publishedAt
The page publication date and time.
isOnline
The flag that indicates whether the page is online.
excludedFromSearchEngines
The flag that indicates whether the page is excluded from search.
localizations
The localizations of the page.
locale
The page locale. This defaults to the default locale of the parent site.