Skip to main content
POST
Create Voice Pearl

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Body

name
string | null

The name of the Pearl.

pearl
object | null

Conversation flow (node graph) and agent behavior configuration for the Pearl.

variables
object[] | null

Variables that can be defined, stored, and used by the agent during conversations. For details on variable groups and how to use variables in supported fields, see: Flow Variables

inbound
object | null

Inbound voice settings for the Pearl. Required when creating an inbound Pearl. Must not be provided together with Outbound.

outbound
object | null

Outbound voice settings for the Pearl. Required when creating an outbound Pearl. Must not be provided together with Inbound.

Response

The ID of the newly created Pearl.

The response is of type string.