Skip to main content

Persona

idstring<uuid>
namestring
text_aistring

Display label of the text model's credential, or "N/A" if the credential has gone missing.

audio_aistring

Display label of the voice credential, or "N/A".

created_onstring<date-time>
has_paceboolean

Whether the chosen voice supports a pace setting.

text_is_internalboolean

Script generation is billed at the internal multiplier for this persona.

audio_model_classstring

self_hosted (cheaper) or external. Drives the per-persona credit cost of a voiceover.

audio_model_namestring | nullnullable

Display name of the actual voice.

Persona
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"text_ai": "string",
"audio_ai": "string",
"created_on": "2024-07-29T15:51:28.071Z",
"has_pace": true,
"text_is_internal": true,
"audio_model_class": "string",
"audio_model_name": "string"
}