cURL
curl --request GET \ --url https://apidev.lindo.ai/v1/workspace/website/{website_id}/blogs/{blog_id}/html \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "blog_id": "<string>", "blog_content": "<string>", "path": "<string>", "name": "<string>", "seo": {}, "blog_settings": {} } }
Returns the editable content of a blog including blog_content, SEO, and blog_settings. 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 blog
"blog_abc123"
Blog content retrieved successfully
true
false
Show child attributes
Was this page helpful?