curl --request GET \
--url https://api.closebot.com/persona \
--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
}
]curl --request GET \
--url https://api.closebot.com/persona \
--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
Success
Show child attributes