

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 타사 STT 공급자의 엔드포인트 및 리전
<a name="endpoints-regions-third-party-stt"></a>

기본적으로 Amazon Connect는 다음 엔드포인트와 통신합니다.

**딥그램**: [https://api.deepgram.com](https://api.deepgram.com)

**ElevenLabs**: [https://api.elevenlabs.io](https://api.elevenlabs.io)

JSON 객체의 일부로 API 키와 함께 다른 공급자 리전을 지정할 수 있습니다.

```
{
  "apiToken": "XXXXX",
  "apiTokenRegion": "xx"
}
```

지원되는 리전은 다음과 같습니다.


| **공급자** | **apiTokenRegion** | **Endpoint** | 
| --- | --- | --- | 
| 딥그램 | eu | [https://api.eu.deepgram.com](https://api.eu.deepgram.com)(speech-to-text에만 지원됨) | 
| 딥그램 | \$1SHORT\$1UID\$1.\$1REGION\$1SUBDOMAIN\$1 | https://\$1SHORT\$1UID\$1.\$1REGION\$1SUBDOMAIN\$1.api.deepgram.com(Deepgram 전용 엔드포인트) | 
| ElevenLabs | us | [https://api.us.elevenlabs.io](https://api.us.elevenlabs.io) | 
| ElevenLabs | eu | [https://api.eu.residency.elevenlabs.io](https://api.eu.residency.elevenlabs.io) | 
| ElevenLabs | in | [https://api.in.residency.elevenlabs.io](https://api.in.residency.elevenlabs.io) | 