Create a new blog
Blog Management
Create a new blog
Creates a new blog and publishes it with markdown content. Blog content is converted to HTML via generateBlogHtml.
POST
Create a new blog
Authorizations
Enter your API key (starts with lindo_sk_)
Path Parameters
Unique identifier of the website
Example:
"ws_abc123"
Body
application/json
URL path for the blog post
Example:
"/blog/my-first-post"
Blog markdown content
Example:
"# My Blog Post\n\nContent here..."
SEO metadata for the blog post
Blog-specific settings
Additional settings
Example:
{ "theme": { "mode": "dark" } }
