Appearance
Create blog template
POST
/api/v1/blog-templates
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
JSON
{
"name": "string",
"description": "string",
"tone": "string",
"structure": {
},
"custom_instructions": "string",
"is_default": false
}
Responses
Successful Response
application/json
JSON
{
"id": "string",
"organization_id": "string",
"name": "string",
"description": "string",
"tone": "string",
"structure": {
},
"custom_instructions": "string",
"is_default": true,
"created_at": "string",
"updated_at": "string"
}