Voice API

Number of APIs: 24

The API Specification for Bandwidth's Programmable Voice Platform.

See the full documentation at: https://dev.bandwidth.com/docs/voice/

Base URL

https://voice.bandwidth.com

Contact Support:
Name: Bandwidth
Email: support@bandwidth.com

  1. Conferences - Get Conference Member GET {{baseUrl}}/accounts/:accountId/conferences/:conferenceId/members/:memberId

  2. Calls - Get Call State Information GET {{baseUrl}}/accounts/:accountId/calls/:callId

  3. Calls - Update Call POST {{baseUrl}}/accounts/:accountId/calls/:callId

  4. Calls - Update Call BXML PUT {{baseUrl}}/accounts/:accountId/calls/:callId/bxml

  5. Conferences - Get Conferences GET {{baseUrl}}/accounts/:accountId/conferences?name=<string>&minCreatedTime=<string>&maxCreatedTime=<string>&pageSize=1000&pageToken=<string>

  6. Conferences - Get Conference Information GET {{baseUrl}}/accounts/:accountId/conferences/:conferenceId

  7. Conferences - Get Conference Recordings GET {{baseUrl}}/accounts/:accountId/conferences/:conferenceId/recordings

  8. Conferences - Download Conference Recording GET {{baseUrl}}/accounts/:accountId/conferences/:conferenceId/recordings/:recordingId/media

  9. Recordings - Get Call Recordings GET {{baseUrl}}/accounts/:accountId/recordings?to=<string>&from=<string>&minStartTime=<string>&maxStartTime=<string>

  10. Recordings - Update Recording PUT {{baseUrl}}/accounts/:accountId/calls/:callId/recording