Create a new page
Page Management
Create a new page
Creates a new page and publishes it with full HTML content. Parses HTML to extract title, SEO metadata, and custom codes.
POST
Create a new page
Authorizations
Enter your API key (starts with lindo_sk_)
Path Parameters
Unique identifier of the website
Example:
"ws_abc123"
Body
application/json
Full HTML content of the page
Example:
"<main><section>...</section></main>"
URL path for the page
Example:
"/about-us"
Page settings
Example:
{ "theme": { "mode": "dark" } }Page title/name
Example:
"About Us"
Custom code to inject in header and footer
Example:
{
"header": "<script>...</script>",
"footer": "<script>...</script>"
}SEO metadata for the page
Example:
{
"page_title": "About Us",
"meta_description": "Learn about our company"
}
