Get the default brand voice
Log in to add to favouritesPage last updated 12 June 2026
Endpoint for returning the default Brand Voice that has been set.
GETapi/management/projects/{projectId}/ai/brandVoices/default
Parameter
| Name | Parameter type | Type | Description |
|---|---|---|---|
| projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
Responses
| HTTP status code | Reason | Model |
|---|---|---|
| 200 | OK | Brand Voice |
| 404 | Project not found | Error |
| 500 | Internal server error | Error |
Examples
GET: /api/management/projects/website/ai/brandVoice/defaultRemarks
If no default has been set then a 404 is returned.