Skip to content

List blog templates

GET
/api/v1/blog-templates

Returns all blog templates for the organization.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Responses

Successful Response

application/json
JSON
[
  
{
  
  
"id": "string",
  
  
"organization_id": "string",
  
  
"name": "string",
  
  
"description": "string",
  
  
"tone": "string",
  
  
"structure": {
  
  
  
"additionalProperties": "string"
  
  
},
  
  
"custom_instructions": "string",
  
  
"is_default": true,
  
  
"created_at": "string",
  
  
"updated_at": "string"
  
}
]

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

XC AI Content Automation