Skip to main content
GET
/
persona
/
{id}
Get a persona
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
}

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

id
string
required

The ID of the persona to get.

Response

Success

id
string | null
agencyId
string | null
personaName
string | null
description
string | null
color
string | null
imageUri
string | null
voiceStyles
string | null
howToRespond
string | null
typoPercent
integer<int32>
breakupLargeMessagePercent
integer<int32>
responseTime
string | null
responseDelay
integer<int32>
modifiedAt
string | null
modifiedBy
string | null
aiProviderPreferences
string[] | null
folderId
string | null
botIds
string[] | null
bots
object[] | null
favorited
boolean
default
boolean