Skip to main content
GET
/
v1
/
brand-voices
/
{id}
Get brand voice details
curl --request GET \
  --url https://api.example.com/v1/brand-voices/{id} \
  --header 'Authorization: Bearer <token>'
{
  "additionalInformation": "<string>",
  "brandName": "<string>",
  "createdAt": "<string>",
  "enabled": true,
  "id": "<string>",
  "name": "<string>",
  "status": "<string>",
  "targetAudience": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.semji.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_. Generate one in Settings > API Keys.

Path Parameters

id
string
required

Brand voice ID.

Response

200 - application/json

Default Response

additionalInformation
string | null
required

Additional instructions for the AI.

brandName
string | null
required

Brand name associated with this voice.

createdAt
string
required

ISO 8601 creation date.

enabled
boolean
required

Whether this brand voice is active.

id
string
required

Unique identifier of the brand voice.

name
string
required

Name of the brand voice.

status
string | null
required

Status of the brand voice.

targetAudience
string | null
required

Target audience description.