v1

latestOpenAPI 3.0.3MIT2026-07-17493640.5 KB
Persona Management

Retrieve persona by id

Retrieve the information of the persona with the matching persona ID.

get/personas/{id}

Path parameters

idstring uuid required
Example:7bea4732-214f-40e7-9161-4e7241a2b97e

id of the object

Response

OK

idstring uuid
namestring required
descriptionstring
voice_idstring uuid
face_idstring uuid

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"
}