cURL
curl --request GET \ --url https://app.relyable.ai/api/personalities \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "meta": { "total": 123, "page": 123, "limit": 123, "pageCount": 123 }, "data": [ { "gender": "MALE", "provider": "ELEVENLABS", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "<string>", "updatedAt": "<string>", "name": "<string>", "description": "<string>", "prompt": "<string>", "temperature": 123, "accent": "<string>", "backgroundNoise": true, "createdByUserId": "<string>", "workspaceId": "<string>", "voice_id": "<string>", "created_at": "<string>" } ] }
List all personalities in your workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
Successful response
Show child attributes
MALE
FEMALE
ELEVENLABS
OPENAI
DEEPGRAM
GOOGLE_LIVE