跳到主要内容
版本:202607

创建博客

POST 

/openapi/2026-07/blogs

使用提供的详情创建新博客。

请求

Query参数

    blog.Title string

    博客标题,标题长度须在 1 到 100 个字符之间

    blog.handle string

    SEO链接

    blog.seo_title string

    SEO 标题

    blog.seo_description string

    SEO 描述

    blog.seo_keywords string[]

    SEO 关键词数组

响应

OK

数据结构
    codestring

    错误码

    messagestring

    错误信息

    data object
    blog object

    博客

    idstring

    博客的唯一标识

    titlestring

    博客标题

    handlestring

    SEO链接

    seo_titlestring

    SEO 标题

    seo_descriptionstring

    SEO 描述

    seo_keywordsstring[]

    SEO 关键词

    created_atstring

    博客创建时间

    updated_atstring

    博客更新时间