Create Brand Voice
curl --request POST \
--url https://app.octavehq.com/api/v2/brand-voice/create \
--header 'Content-Type: application/json' \
--header 'api_key: <api-key>' \
--data @- <<EOF
{
"title": "Enterprise Brand Voice",
"description": "Professional and authoritative tone for enterprise audiences",
"personality": {
"coreTraits": [
"Professional",
"Authoritative",
"Empathetic"
],
"guidingPrinciples": [
"Clarity over cleverness",
"Lead with value"
]
},
"tonality": {
"soundLike": [
"Confident expert",
"Trusted advisor"
],
"neverSoundLike": [
"Pushy salesperson",
"Corporate jargon"
]
},
"vocabulary": {
"keyCompanyTerms": [
"Octave",
"knowledge graph",
"GTM intelligence"
],
"keySubstitutions": [
"Say 'revenue team' not 'sales team'"
]
},
"writingRules": {
"languageRules": [
"Use active voice",
"Avoid passive constructions"
],
"formattingFundamentals": [
"Short paragraphs",
"Bullet points for lists"
]
},
"audienceConsiderations": {
"qualitiesAndCharacteristics": [
"Technical decision makers",
"Data-driven professionals"
],
"aspirationsAndBoundaries": [
"Want actionable insights",
"No fluff or filler"
]
},
"essence": "Clear, concise, and confident"
}
EOF{
"_metadata": {
"requestId": "requestId",
"timestamp": "2021-01-01T00:00:00.000Z",
"usage": 0,
"message": "message"
},
"data": {
"oId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"name": "<string>",
"deletedAt": "<string>",
"data": {
"title": "Enterprise Brand Voice",
"description": "Professional and authoritative tone for enterprise audiences",
"personality": {
"coreTraits": [
"Professional",
"Authoritative",
"Empathetic"
],
"guidingPrinciples": [
"Clarity over cleverness",
"Lead with value"
]
},
"tonality": {
"soundLike": [
"Confident expert",
"Trusted advisor"
],
"neverSoundLike": [
"Pushy salesperson",
"Corporate jargon"
]
},
"vocabulary": {
"keyCompanyTerms": [
"Octave",
"knowledge graph",
"GTM intelligence"
],
"keySubstitutions": [
"Say 'revenue team' not 'sales team'"
]
},
"writingRules": {
"languageRules": [
"Use active voice",
"Avoid passive constructions"
],
"formattingFundamentals": [
"Short paragraphs",
"Bullet points for lists"
]
},
"audienceConsiderations": {
"qualitiesAndCharacteristics": [
"Technical decision makers",
"Data-driven professionals"
],
"aspirationsAndBoundaries": [
"Want actionable insights",
"No fluff or filler"
]
},
"essence": "Clear, concise, and confident",
"customFields": [
{
"title": "<string>",
"value": [
"<string>"
]
}
]
},
"default": false,
"user": {
"oId": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"workspace": {
"oId": "<string>"
}
}
}Brand Voice
Create Brand Voice
Create a new brand voice from explicit/literal data (use generate endpoint for AI-powered creation from sources)
POST
/
api
/
v2
/
brand-voice
/
create
Create Brand Voice
curl --request POST \
--url https://app.octavehq.com/api/v2/brand-voice/create \
--header 'Content-Type: application/json' \
--header 'api_key: <api-key>' \
--data @- <<EOF
{
"title": "Enterprise Brand Voice",
"description": "Professional and authoritative tone for enterprise audiences",
"personality": {
"coreTraits": [
"Professional",
"Authoritative",
"Empathetic"
],
"guidingPrinciples": [
"Clarity over cleverness",
"Lead with value"
]
},
"tonality": {
"soundLike": [
"Confident expert",
"Trusted advisor"
],
"neverSoundLike": [
"Pushy salesperson",
"Corporate jargon"
]
},
"vocabulary": {
"keyCompanyTerms": [
"Octave",
"knowledge graph",
"GTM intelligence"
],
"keySubstitutions": [
"Say 'revenue team' not 'sales team'"
]
},
"writingRules": {
"languageRules": [
"Use active voice",
"Avoid passive constructions"
],
"formattingFundamentals": [
"Short paragraphs",
"Bullet points for lists"
]
},
"audienceConsiderations": {
"qualitiesAndCharacteristics": [
"Technical decision makers",
"Data-driven professionals"
],
"aspirationsAndBoundaries": [
"Want actionable insights",
"No fluff or filler"
]
},
"essence": "Clear, concise, and confident"
}
EOF{
"_metadata": {
"requestId": "requestId",
"timestamp": "2021-01-01T00:00:00.000Z",
"usage": 0,
"message": "message"
},
"data": {
"oId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"name": "<string>",
"deletedAt": "<string>",
"data": {
"title": "Enterprise Brand Voice",
"description": "Professional and authoritative tone for enterprise audiences",
"personality": {
"coreTraits": [
"Professional",
"Authoritative",
"Empathetic"
],
"guidingPrinciples": [
"Clarity over cleverness",
"Lead with value"
]
},
"tonality": {
"soundLike": [
"Confident expert",
"Trusted advisor"
],
"neverSoundLike": [
"Pushy salesperson",
"Corporate jargon"
]
},
"vocabulary": {
"keyCompanyTerms": [
"Octave",
"knowledge graph",
"GTM intelligence"
],
"keySubstitutions": [
"Say 'revenue team' not 'sales team'"
]
},
"writingRules": {
"languageRules": [
"Use active voice",
"Avoid passive constructions"
],
"formattingFundamentals": [
"Short paragraphs",
"Bullet points for lists"
]
},
"audienceConsiderations": {
"qualitiesAndCharacteristics": [
"Technical decision makers",
"Data-driven professionals"
],
"aspirationsAndBoundaries": [
"Want actionable insights",
"No fluff or filler"
]
},
"essence": "Clear, concise, and confident",
"customFields": [
{
"title": "<string>",
"value": [
"<string>"
]
}
]
},
"default": false,
"user": {
"oId": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"workspace": {
"oId": "<string>"
}
}
}Authorizations
Body
application/json
The name/title of the brand voice
Example:
"Enterprise Brand Voice"
High-level description of this brand voice
Example:
"Professional and authoritative tone for enterprise audiences"
Brand personality definition
Show child attributes
Show child attributes
Brand tonality guidelines
Show child attributes
Show child attributes
Vocabulary preferences and terminology
Show child attributes
Show child attributes
Writing style and formatting rules
Show child attributes
Show child attributes
Target audience considerations
Show child attributes
Show child attributes
The core essence or soul of the brand voice
Example:
"Clear, concise, and confident"
⌘I