Legs API
Bridge APIs - Introduction
POST — Create a Bridge
6 min
description creates a new bridge that can be used to connect multiple legs method post endpoint /v2/accounts/{accountsid}/bridges request parameters parameter name mandatory / optional type description bridge type optional string type of bridge (default audio) max participants optional number maximum number of legs allowed recording optional boolean enable or disable recording request payload { "bridge type" "audio", "max participants" 10, "recording" false } curl curl location 'https //cpaas api in exotel com/v2/accounts/{accountsid}/bridges' \\ \ header 'authorization basic \<base64 apikey apitoken>' \\ \ header 'content type application/json' \\ \ data '{ "bridge type" "audio", "max participants" 10, "recording" false }' response payload { "request id" "abc123", "http code" 201, "response" { "data" { "bridge sid" "bridge sid", "bridge type" "audio", "state" "created", "date created" "2024 12 11t09 41 21z" } } }
Have a question?
Our super-smart AI, knowledgeable support team and an awesome community will get you an answer in a flash.
To ask a question or participate in discussions, you'll need to authenticate first.
