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