For the complete documentation index, see llms.txt. This page is also available as Markdown.

Gather DTMF from a call

Use this request to gather DTMF - digits entered by user. Gather command can be nested with a playback or a say.

Gather DTMFs from call

post

Gather DTMF from a channel call

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token

Path parameters
workspaceIdstring · uuidRequired

The unique identifier of the workspace.

callIdstring · uuidRequired

The ID for a call

channelIdstring · uuidRequired

The ID for a channel

Body
maxNumKeysintegerOptional
endKeystring · enumOptionalPossible values:
timeoutintegerOptional
retriesintegerOptional
inputstring · enumOptionalPossible values:
speechLocalestring · enumOptionalDefault: en-USExample: en-USPossible values:
Responses
202

Call Command Gather was accepted for processing

application/json
idstring · uuidOptional
callIdstring · uuidOptional
callFlowIdstring · uuid · nullableOptional
statusstringOptional
commandstringOptional
post/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/gather
curl -X POST "https://api.bird.com/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/gather" \
     -H "Authorization: AccessKey YOUR_SECRET_TOKEN"

Last updated

Was this helpful?