Skip to main content
Version: 202607

Create article

POST 

/openapi/2026-07/articles

Create a new article with the provided details.

Request

Bodyrequired

    article objectrequired

    Article data to be created

    titlestringrequired

    Article title. The title is required and must be between 1 and 100 characters

    Possible values: <= 100 characters

    excerptstring

    Article summary/teaser text. The summary is optional and can be up to 255 characters

    Possible values: <= 255 characters

    contentstring

    Full article content

    publishedboolean

    Whether the article is published

    published_atstring

    Publication timestamp

    handlestring

    URL-friendly article identifier

    authorstring

    Author name

    seo_titlestring

    Custom SEO title

    seo_descriptionstring

    SEO meta description

    seo_keywordsstring[]

    SEO keywords

    blog_idsstring[]

    IDs of associated blogs/collections

    image object

    Featured image object with URL

    srcstring

    Image URL

    widthint32

    Width

    heightint32

    Height

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    article object

    Article

    idstring

    Article ID

    titlestring

    Title of the article

    excerptstring

    Short summary or preview of the article content

    contentstring

    Full content of the article

    image object

    Image associated with the article containing src, width, height, and alt

    srcstring

    Image URL

    widthint32

    Width

    heightint32

    Height

    pathstring

    Path

    publishedboolean

    Whether the article is published or not

    handlestring

    URL-friendly identifier for the article

    seo_titlestring

    Custom SEO title

    seo_descriptionstring

    SEO meta description

    seo_keywordsstring[]

    SEO keywords

    authorstring

    Author of the article

    published_atstring

    ISO 8601 timestamp when article was published

    blog_idsstring[]

    Array of blog IDs this article belongs to

    created_atstring

    ISO 8601 timestamp when article was created

    updated_atstring

    ISO 8601 timestamp when article was last updated