Skip to main content
POST
Create a new employee from a persona template.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Create from persona request

Request body for creating employee from persona template

companyId
string
required

Company ID

personaId
string
required

Persona template ID

overrides
object

Optional field overrides: {name?: string, title?: string, prompt?: string, picture?: string, responseInstructions?: string}

Response

Created employee

Response after creating a single employee

employee
object

Created employee

success
boolean

Whether creation was successful