Skip to main content
POST
/
v1
/
agents
/
{agentId}
/
branches
Create branch
curl --request POST \
  --url https://api.us.poly.ai/v1/agents/{agentId}/branches \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "branchName": "<string>"
}
'

Authorizations

x-api-key
string
header
required

Body

application/json
branchName
string
required
Required string length: 1 - 100

Response

201

Branch created

Last modified on April 22, 2026