Add a page to a site

This API allows us to add a page to a site

Path Params
string
required

The ID of the site to add a page to

Query Params
string
enum
required

The action to perform on the page

Allowed:
Body Params
string
enum
required

Type of content being created

Allowed:
listOfFiles
array of objects

Array of file attachments

listOfFiles
date-time

Date and time when the content should be published (required when publishingStatus is 'schedule'). Must be in ISO 8601 UTC format (e.g. 2025-04-09T18:30:00.000Z)

date-time | null

Date and time when the content should expire/unpublish. Must be in ISO 8601 UTC format

string
required

Main content of the page in HTML format

string
enum
required

Publishing status of the content

Allowed:
string
enum

Layout style for the featured image

Allowed:
string | null

Caption for the featured image

uuid | null

UUID of the landscape image file

uuid | null

UUID of the main image file

uuid | null

UUID of the original image file

string | null

URL of the landscape image

string
required
length ≤ 255

Title of the page

boolean

Whether to use maximum width layout

boolean

Whether the page appears in feeds

boolean

Whether question and answer feature is enabled

listOfTopics
array of objects | null

Array of topics associated with the page

listOfTopics
category
object
required

Category information for the page

string | null

Summary of the page content

string

Language of the content

boolean

Whether manual translation is enabled

boolean

Whether the content is restricted to specific audiences

targetAudience
array of uuids
length ≥ 0

List of UUIDs identifying the target audiences

targetAudience
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json