cURL
curl --request GET \ --url https://apidev.lindo.ai/v1/workspace/website/{website_id}/pages/{page_id}/html \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "page_id": "<string>", "html": "<string>", "path": "<string>", "name": "<string>", "seo": { "page_title": "<string>", "meta_description": "<string>" }, "settings": { "theme": { "mode": "<string>", "direction": "<string>", "main_classes": "<string>" } } } }
Returns the editable HTML content of a page. Used by CLI for live editing.
Enter your API key (starts with lindo_sk_)
Unique identifier of the website
"ws_abc123"
Unique identifier of the page
"page_abc123"
Page HTML retrieved successfully
true
false
Show child attributes
Was this page helpful?