Create a Post in a Blog

Creates a new post within a specified blog using the provided post data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique ID or slug of the blog to create the post in

Body Params

Post data required to create a new post

string

Title of the post

string
string
required

The content of the post (HTML)

tags
array of strings

Tags of the post. Maximum of 10 tags

tags
string

Add a background color to the post. Accept CSS colors.

author
object

Show the author of post

person
object

Show the player related with the post

priority
array of strings
Defaults to normal

Prioriy to show the post

  • normal: a normal post, with no priority
  • pinned: a post that will be pinned on top of the blog
  • summary: a post that will contain the summary of the blog
priority
Allowed:
string

Action Id of the post.

string

URL to embed in the post.

Responses

400

Invalid post data provided in the request body

401

Unauthorized due to missing or expired authentication token

404

The specified blog was not found

502

Server error prevented post creation

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json