

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

# API를 사용하여 Amazon Chime SDK의 통화 분석 구성 생성
<a name="create-config-apis"></a>

프로그래밍 방식으로 음성 커넥터 및 통화 분석 구성을 만든 다음 이를 연결하여 통화 분석 워크플로를 시작할 수 있습니다. 이 안내서에서는 사용자가 코드 작성 방법을 알고 있다고 가정합니다.

사용하는 API는 워크플로의 유형에 따라 달라집니다. 예를 들어 오디오를 녹음하려면 먼저 [https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaInsightsPipelineConfiguration.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaInsightsPipelineConfiguration.html) API를 직접 호출하여 통화 분석 구성을 생성합니다. 그런 다음 [CreateVoiceConnector](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateVoiceConnector.html)를 호출하여 음성 커넥터를 생성합니다. 마지막으로 [https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_PutVoiceConnectorStreamingConfiguration.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_PutVoiceConnectorStreamingConfiguration.html) API를 사용하여 구성을 음성 커넥터와 연결합니다.

반대로 Kinesis 비디오 스트림 프로듀서를 사용하여 오디오를 녹음하려면 [https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaInsightsPipelineConfiguration.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaInsightsPipelineConfiguration.html)을 직접 호출한 다음 [https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaInsightsPipeline.html](https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaInsightsPipeline.html) API를 직접 호출합니다.

통화 분석 구성을 사용하여 다양한 워크플로를 활성화하는 방법에 대한 자세한 내용은 이 섹션 뒷부분에서 [Amazon Chime SDK의 통화 분석 구성 사용](using-call-analytics-configurations.md) 항목의 워크플로를 참조하세요.