Appearance
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
Requiredstring
Request Body​
application/json
JSON"topic": "string","detail": "string"
{
 Â
 Â
}
Responses​
Created
application/json
JSON"post": "string"
{
 Â
}