CallsApi | createCall | POST /accounts/{accountId}/calls | Create Call |
CallsApi | getCallState | GET /accounts/{accountId}/calls/{callId} | Get Call State Information |
CallsApi | listCalls | GET /accounts/{accountId}/calls | Get Calls |
CallsApi | updateCall | POST /accounts/{accountId}/calls/{callId} | Update Call |
CallsApi | updateCallBxml | PUT /accounts/{accountId}/calls/{callId}/bxml | Update Call BXML |
ConferencesApi | downloadConferenceRecording | GET /accounts/{accountId}/conferences/{conferenceId}/recordings/{recordingId}/media | Download Conference Recording |
ConferencesApi | getConference | GET /accounts/{accountId}/conferences/{conferenceId} | Get Conference Information |
ConferencesApi | getConferenceMember | GET /accounts/{accountId}/conferences/{conferenceId}/members/{memberId} | Get Conference Member |
ConferencesApi | getConferenceRecording | GET /accounts/{accountId}/conferences/{conferenceId}/recordings/{recordingId} | Get Conference Recording Information |
ConferencesApi | listConferenceRecordings | GET /accounts/{accountId}/conferences/{conferenceId}/recordings | Get Conference Recordings |
ConferencesApi | listConferences | GET /accounts/{accountId}/conferences | Get Conferences |
ConferencesApi | updateConference | POST /accounts/{accountId}/conferences/{conferenceId} | Update Conference |
ConferencesApi | updateConferenceBxml | PUT /accounts/{accountId}/conferences/{conferenceId}/bxml | Update Conference BXML |
ConferencesApi | updateConferenceMember | PUT /accounts/{accountId}/conferences/{conferenceId}/members/{memberId} | Update Conference Member |
MediaApi | deleteMedia | DELETE /users/{accountId}/media/{mediaId} | Delete Media |
MediaApi | getMedia | GET /users/{accountId}/media/{mediaId} | Get Media |
MediaApi | listMedia | GET /users/{accountId}/media | List Media |
MediaApi | uploadMedia | PUT /users/{accountId}/media/{mediaId} | Upload Media |
MessagesApi | createMessage | POST /users/{accountId}/messages | Create Message |
MessagesApi | listMessages | GET /users/{accountId}/messages | List Messages |
MfaApi | generateMessagingCode | POST /accounts/{accountId}/code/messaging | Messaging Authentication Code |
MfaApi | generateVoiceCode | POST /accounts/{accountId}/code/voice | Voice Authentication Code |
MfaApi | verifyCode | POST /accounts/{accountId}/code/verify | Verify Authentication Code |
PhoneNumberLookupApi | createLookup | POST /accounts/{accountId}/tnlookup | Create Lookup |
PhoneNumberLookupApi | getLookupStatus | GET /accounts/{accountId}/tnlookup/{requestId} | Get Lookup Request Status |
RecordingsApi | deleteRecording | DELETE /accounts/{accountId}/calls/{callId}/recordings/{recordingId} | Delete Recording |
RecordingsApi | deleteRecordingMedia | DELETE /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/media | Delete Recording Media |
RecordingsApi | deleteRecordingTranscription | DELETE /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Delete Transcription |
RecordingsApi | downloadCallRecording | GET /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/media | Download Recording |
RecordingsApi | getCallRecording | GET /accounts/{accountId}/calls/{callId}/recordings/{recordingId} | Get Call Recording |
RecordingsApi | getRecordingTranscription | GET /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Get Transcription |
RecordingsApi | listAccountCallRecordings | GET /accounts/{accountId}/recordings | Get Call Recordings |
RecordingsApi | listCallRecordings | GET /accounts/{accountId}/calls/{callId}/recordings | List Call Recordings |
RecordingsApi | transcribeCallRecording | POST /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Create Transcription Request |
RecordingsApi | updateCallRecordingState | PUT /accounts/{accountId}/calls/{callId}/recording | Update Recording |
StatisticsApi | getStatistics | GET /accounts/{accountId}/statistics | Get Account Statistics |
TranscriptionsApi | deleteRealTimeTranscription | DELETE /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Delete a specific transcription |
TranscriptionsApi | getRealTimeTranscription | GET /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Retrieve a specific transcription |
TranscriptionsApi | listRealTimeTranscriptions | GET /accounts/{accountId}/calls/{callId}/transcriptions | Enumerate transcriptions made with StartTranscription |