Persona Management
Retrieve all personas
Get all personas.
get/personas
Query parameters
sortstring
Example:["title","ASC"]
Specifies the sorting order and field (e.g., ["title", "ASC"]).
rangestring
Example:[0, 24]
Specifies the range of results to return (e.g., [0, 24]).
filterstring
Example:{"title":"bar"}
JSON string specifying the filter conditions (e.g., {"title":"bar"}).
Response
OK
Example response
[
{
"id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
"name": "pAI-OS",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
"voice_id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
"face_id": "7bea4732-214f-40e7-9161-4e7241a2b97e"
}
]