Skip to content

Create a manual content post from a topic (generation runs in the background; premium)​

POST
/product/sites/{siteId}/content-posts

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required

Request Body​

application/json
JSON
{
  
"topic": "string",
  
"detail": "string"
}

Responses​

Created

application/json
JSON
{
  
"post": "string"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI