Skip to main content
POST
Create a new page

Authorizations

Authorization
string
header
required

Enter your API key (starts with lindo_sk_)

Path Parameters

website_id
string
required

Unique identifier of the website

Example:

"ws_abc123"

Body

application/json
html
string
required

Full HTML content of the page

Example:

"<main><section>...</section></main>"

path
string
required

URL path for the page

Example:

"/about-us"

settings
object

Page settings

Example:
template_name
string

Page title/name

Example:

"About Us"

custom_codes
object

Custom code to inject in header and footer

Example:
seo
object

SEO metadata for the page

Example:

Response

Page created and published successfully

success
enum<boolean>
required

Indicates the operation was successful

Available options:
true
Example:

true

result
object
required