cURL
curl --request GET \ --url https://api.closebot.com/persona/{id} \ --header 'X-CB-KEY: <api-key>'
{ "id": "<string>", "agencyId": "<string>", "personaName": "<string>", "description": "<string>", "color": "<string>", "imageUri": "<string>", "voiceStyles": "<string>", "howToRespond": "<string>", "typoPercent": 123, "breakupLargeMessagePercent": 123, "responseTime": "<string>", "responseDelay": 123, "modifiedAt": "<string>", "modifiedBy": "<string>", "aiProviderPreferences": [ "<string>" ], "folderId": "<string>", "botIds": [ "<string>" ], "bots": [ { "name": "<string>", "id": "<string>" } ], "favorited": true, "default": true }
CloseBot API Key Authorization
The ID of the persona to get.
Success
Show child attributes