Skip to main content
Version: 202506

Create blog

POST 

/openapi/2025-06/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

    Timestamp when blog was created

    updated_atstring

    Timestamp when blog was updated