Skip to main content
POST
Create a new Equos Character.

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required
livekitIdentity
string
required
client
string | null

Client identifier associated with the character. This is useful to segment resources by client.

faceId
string | null
voiceId
string | null
brainId
string | null
knowledgeBaseId
string | null
elevenlabsAgentId
string | null

Response

201 - application/json
id
string
required
organizationId
string
required
name
string
required
livekitIdentity
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
client
string | null
elevenlabsAgentId
string | null
faceId
string | null
voiceId
string | null
brainId
string | null
knowledgeBaseId
string | null
face
object | null
voice
object | null
brain
object | null
knowledgeBase
object | null