Skip to content

Plugin Generate Blog

POST
/api/v1/plugin/generate-blog

Generate a blog post via the plugin API.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"source": "string",
  
"topic": "string",
  
"product_title": "string",
  
"product_category": "string",
  
"language": "en",
  
"tone": "professional",
  
"custom_instructions": "string"
}

Responses

Successful Response

application/json
JSON
{
  
"content": "string",
  
"short_description": "string",
  
"tokens_used": 0,
  
"xct_cost": "string",
  
"remaining_balance": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation