Skip to main content
GET
/
test_framework
/
v1
/
personalities
cURL
curl --request GET \
  --url https://api.cekura.ai/test_framework/v1/personalities/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "prompt": "<string>",
    "language": "af",
    "accent": "<string>",
    "background_noise": "<string>",
    "voice_model": "<string>",
    "voice_id": "<string>",
    "interruption_level": "<string>",
    "speed": "<string>",
    "patronus_settings": "<unknown>",
    "provider_agent_id": "<string>",
    "end_call_enabled": true,
    "provider": "11labs"
  }
]

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Response

200 - application/json
id
integer
name
string

Name of the personality Example: "Customer Service"

Maximum string length: 255
prompt
string

Prompt of the personality Example: "You are a friendly and helpful customer service agent who is always willing to help"

language
enum<string>

Language of the personality

  • af - Afrikaans
  • ar - Arabic
  • bg - Bulgarian
  • zh - Chinese Simplified
  • cs - Czech
  • da - Danish
  • nl - Dutch
  • en - English
  • fi - Finnish
  • fr - French
  • de - German
  • el - Greek
  • hi - Hindi
  • he - Hebrew
  • hu - Hungarian
  • id - Indonesian
  • it - Italian
  • ja - Japanese
  • ko - Korean
  • ms - Malay
  • multi - Multilingual
  • no - Norwegian
  • pl - Polish
  • pt - Portuguese
  • ro - Romanian
  • ru - Russian
  • sk - Slovak
  • es - Spanish
  • sv - Swedish
  • th - Thai
  • tr - Turkish
  • ta - Tamil
  • uk - Ukrainian
  • vi - Vietnamese
Available options:
af,
ar,
bg,
zh,
cs,
da,
nl,
en,
fi,
fr,
de,
el,
hi,
he,
hu,
id,
it,
ja,
ko,
ms,
multi,
no,
pl,
pt,
ro,
ru,
sk,
es,
sv,
th,
tr,
ta,
uk,
vi
accent
string

Accent of the personality Example: "American"

Maximum string length: 255
background_noise
string

Background noise

voice_model
string

Voice model name

voice_id
string

Voice ID Example: "TX3LPaxmHKxFdv7VOQHJ"

interruption_level
string

Interruption level

speed
string

Speed of the voice

patronus_settings
unknown
provider_agent_id
string

Provider agent ID Example: "assistant_123"

end_call_enabled
boolean
default:true

Whether the end call is enabled

provider
enum<string>

Provider of the voice

  • 11labs - Elevenlabs
  • cartesia - Cartesia
Available options:
11labs,
cartesia