Skip to main content
POST
Create a voice profile

Authorizations

Authorization
string
header
required

Your secret key (pep_sk_…) from Settings → API. Keys are org-scoped; treat them like passwords.

Body

application/json
name
string
languages
string[]
formality
string | null
tone_rules
string[]
banned_phrases
string[]
preferred_phrases
string[]
sign_off_style
string | null
agents
string[]

Selection: each listed agent switches to THIS voice.

Response

The created profile.

object
string
required
Allowed value: "voice_profile"
id
integer
required
name
string
required
languages
string[]
required
agents
string[]
required
created_at
string<date-time>
required
formality
string | null
tone_rules
string[]
banned_phrases
string[]
preferred_phrases
string[]
sign_off_style
string | null
archived
boolean