Skip to main content
Version: v3

Create Blog Post

POST 

/blogs/posts

The "Create Blog Post" API allows you create blog post for any given blog site. Please use blogs/post.write

Request

Version stringrequired

API Version

Available optionsv3
application/json

Bodyrequired

    titlestringrequired
    locationIdstringrequired
    blogIdstringrequired

    You can find the blog id from blog site dashboard link

    imageUrlstringrequired
    descriptionstringrequired
    rawHTMLstringrequired
    statusstringrequired
    Available optionsDRAFTPUBLISHEDSCHEDULEDARCHIVED
    imageAltTextstringrequired
    categoriesstring[]required

    This needs to be array of category ids, which you can get from the category get api call.

    tagsstring[]
    authorstringrequired

    This needs to be author id, which you can get from the author get api call.

    urlSlugstringrequired
    canonicalLinkstring
    publishedAtstringrequired

    Provide ISO timestamp

application/json

Successful response

Schema
    dataobjectrequired

    Object containing response data of blog post create.