cURL
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>" } '
1 - 100
Branch created
Was this page helpful?