/
PO
poly
/
PolyAI Agents API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2w ago · Updated 2w ago
View markdown
poly
PolyAI Agents API
post
Create variant
v1
latest
OpenAPI 3.1.0
2026-07-26
87
120
159.0 KB
Agent Behavior
2
Agents
4
Audio Cache
7
Branches
4
Connectors
7
Conversations
3
Debug Chat
2
Deployments
5
External Events
2
Knowledge Base
5
Outbound Calls
2
Phone Numbers
8
Real-Time Configs
4
Variants
8
get
List attributes
post
Create attribute
get
List variants
post
Create variant
delete
Delete attribute
patch
Update attribute
delete
Delete variant
patch
Update variant
Voice Library
5
get
List alert rules
post
Create an alert rule
get
Get an alert rule
delete
Delete an alert rule
patch
Update an alert rule
get
Get active alerts
put
Close an existing chat conversation
post
Create a new chat conversation
post
Send a message to an existing chat conversation
get
Get distribution of the maximum number of concurrent conversations
get
/v1/{account_id}/{project_id}/conversations
post
Reserve a DNI (Dynamic Number Insertion) for an incoming call.
get
Get handoff state information for a call.
get
List webhook endpoints
post
Create a webhook endpoint
get
Get a webhook endpoint
delete
Delete a webhook endpoint
patch
Update a webhook endpoint
post
Rotate webhook signing secret
Variants
Create variant
post
/v1/agents/{agentId}/branches/{branchId}/variants
Request body
CreateVariantBody
required
name
string
required
attributeValues
object
isDefault
boolean
Response
Created variant
VariantResponse
required
id
string
required
name
string
required
isDefault
boolean
required
attributeValues
object
required