API Documentation
v1
- GETGet Alerts
- GETGet Applications
- POSTCreate Application
- GETGet Application
- PUTUpdate Application
- DELDelete Application
- GETGet Calls
- POSTCreate call (version 3)
- GETGet Call
- PUTUpdate Call - Live Call Control
- DELDelete Call
- GETGet RecentCalls
- GETGet SpeechCredentials
- POSTCreate SpeechCredential
- GETGet SpeechCredential
- DELDelete SpeechCredential
- GETTest SpeechCredential
- GETGet VoipCarriers
- POSTCreate VoipCarrier
- GETGet VoipCarrier
- POSTCreate a SipGateway
- DELDelete a SipGateway
v1
Get SpeechCredentials
Retrieve all SpeechCredentials associated with your account
GET
/
v1
/
Accounts
/
{account_sid}
/
SpeechCredentials
[
{
"account_sid": "5f8e8f60-4771-44cb-92a6-94ea66df0450",
"created_at": "2021-05-07T23:19:05.000Z",
"last_tested": "2021-05-28T16:06:10.000Z",
"last_used": "2021-05-07T23:48:49.000Z",
"speech_credential_sid": "a9d27e9e-a909-41d1-aef1-bf61e6148e23",
"stt_tested_ok": 0,
"tts_tested_ok": 0,
"use_for_stt": 1,
"use_for_tts": 1,
"vendor": "aws"
},
{
"account_sid": "5f8e8f60-4771-44cb-92a6-94ea66df0450",
"created_at": "2021-05-07T00:50:11.000Z",
"last_tested": "2021-05-28T16:06:10.000Z",
"last_used": "2021-05-25T03:06:49.000Z",
"service_key": "{\"type\":\"service_account\",\"project_id\":\"inner-lightning-354000\", \"private_key_id\":\"*****\"}",
"speech_credential_sid": "ee2f5954-6822-4baf-8039-ae6976394c6d",
"stt_tested_ok": 1,
"tts_tested_ok": 1,
"use_for_stt": 1,
"use_for_tts": 1,
"vendor": "google"
}
]
Path Parameters
Example:
"5f8e8f60-4771-44cb-92a6-94ea66df0450"
Response
200 - application/json
Get SpeechCredentials
The response is of type object[]
.
[
{
"account_sid": "5f8e8f60-4771-44cb-92a6-94ea66df0450",
"created_at": "2021-05-07T23:19:05.000Z",
"last_tested": "2021-05-28T16:06:10.000Z",
"last_used": "2021-05-07T23:48:49.000Z",
"speech_credential_sid": "a9d27e9e-a909-41d1-aef1-bf61e6148e23",
"stt_tested_ok": 0,
"tts_tested_ok": 0,
"use_for_stt": 1,
"use_for_tts": 1,
"vendor": "aws"
},
{
"account_sid": "5f8e8f60-4771-44cb-92a6-94ea66df0450",
"created_at": "2021-05-07T00:50:11.000Z",
"last_tested": "2021-05-28T16:06:10.000Z",
"last_used": "2021-05-25T03:06:49.000Z",
"service_key": "{\"type\":\"service_account\",\"project_id\":\"inner-lightning-354000\", \"private_key_id\":\"*****\"}",
"speech_credential_sid": "ee2f5954-6822-4baf-8039-ae6976394c6d",
"stt_tested_ok": 1,
"tts_tested_ok": 1,
"use_for_stt": 1,
"use_for_tts": 1,
"vendor": "google"
}
]
Assistant
Responses are generated using AI and may contain mistakes.