| GET | /texml/Accounts/{account_sid}/Calls | Fetch multiple call resources |
| POST | /texml/Accounts/{account_sid}/Calls | Initiate an outbound call |
| GET | /texml/Accounts/{account_sid}/Calls/{call_sid} | Fetch a call |
| POST | /texml/Accounts/{account_sid}/Calls/{call_sid} | Update call |
| GET | /texml/Accounts/{account_sid}/Calls/{call_sid}/Recordings.json | Fetch recordings for a call |
| POST | /texml/Accounts/{account_sid}/Calls/{call_sid}/Recordings.json | Request recording for a call |
| POST | /texml/Accounts/{account_sid}/Calls/{call_sid}/Recordings/{recording_sid}.json | Update recording on a call |
| POST | /texml/Accounts/{account_sid}/Calls/{call_sid}/Siprec.json | Request siprec session for a call |
| POST | /texml/Accounts/{account_sid}/Calls/{call_sid}/Siprec/{siprec_sid}.json | Updates siprec session for a call |
| POST | /texml/Accounts/{account_sid}/Calls/{call_sid}/Streams.json | Start streaming media from a call. |
| POST | /texml/Accounts/{account_sid}/Calls/{call_sid}/Streams/{streaming_sid}.json | Update streaming on a call |
| GET | /texml/Accounts/{account_sid}/Conferences | List conference resources |
| GET | /texml/Accounts/{account_sid}/Conferences/{conference_sid} | Fetch a conference resource |
| POST | /texml/Accounts/{account_sid}/Conferences/{conference_sid} | Update a conference resource |
| GET | /texml/Accounts/{account_sid}/Conferences/{conference_sid}/Participants | List conference participants |
| POST | /texml/Accounts/{account_sid}/Conferences/{conference_sid}/Participants | Dial a new conference participant |
| DELETE | /texml/Accounts/{account_sid}/Conferences/{conference_sid}/Participants/{call_sid_or_participant_label} | Delete a conference participant |
| GET | /texml/Accounts/{account_sid}/Conferences/{conference_sid}/Participants/{call_sid_or_participant_label} | Get conference participant resource |