Skip to main content
POST
Create a new blog

Authorizations

Authorization
string
header
required

Enter your API key (starts with lindo_sk_)

Path Parameters

website_id
string
required

Unique identifier of the website

Example:

"ws_abc123"

Body

application/json
path
string
required

URL path for the blog post

Example:

"/blog/my-first-post"

blog_content
string
required

Blog markdown content

Example:

"# My Blog Post\n\nContent here..."

seo
object
required

SEO metadata for the blog post

blog_settings
object
required

Blog-specific settings

settings
object

Additional settings

Example:

Response

Blog created and published successfully

success
enum<boolean>
required

Indicates the operation was successful

Available options:
true
Example:

true

result
object
required