Skip to main content
GET
/
api
/
agent
/
personas
List available personas
curl --request GET \
  --url https://www.citedy.com/api/agent/personas \
  --header 'Authorization: Bearer <token>'
{
  "personas": [
    {
      "slug": "<string>",
      "displayName": "<string>",
      "group": "<string>",
      "description": "<string>"
    }
  ],
  "total": 123,
  "usage": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Response

Personas list

personas
object[]
required
total
integer
required
usage
string
required