Set a default brand voice
Log in to add to favouritesPage last updated 12 June 2026
Endpoint to set a default Brand Voice for a project. This then becomes the default Brand Voice used when requesting content from an AI agent. Other Brand Voices can still be used for content if the ContentType has an alternative Brand Voice set.
PUTapi/management/projects/{projectId}/ai/brandVoices/default/{brandVoiceId}
Parameters
| Name | Parameter type | Type | Description |
|---|---|---|---|
| projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
| brandVoiceId(required) | path | string | The brand voice string Id |
Responses
Examples
PUT: /api/management/projects/website/ai/brandVoice/default/brand-voice-idRemarks
A Brand Voice must be published to be set as default for a project.
If a default Brand Voice already exists then setting a new one overrides the previously set one.