Skip to main content
Version: 202601

Create blog

POST 

/openapi/2026-01/blogs

Create a new blog with the provided details.

Request

Bodyrequired

    blog objectrequired

    Blog

    Titlestringrequired

    Title of the blog. The title must be between 1 and 100 characters

    Possible values: <= 100 characters

    handlestring

    SEO URL

    seo_titlestring

    SEO title

    seo_descriptionstring

    SEO description

    seo_keywordsstring[]

    SEO keywords

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    blog object

    Blog

    idstring

    Blog ID

    titlestring

    Title of the blog

    handlestring

    SEO URL

    seo_titlestring

    SEO title

    seo_descriptionstring

    SEO description

    seo_keywordsstring[]

    SEO keywords

    created_atstring

    Created time

    updated_atstring

    Updated time

    article_countint32

    Number of articles under this blog