통화 녹음 다운로드

View as Markdown

완료된 통화의 녹음 파일(WAV)을 스트리밍으로 반환합니다. 녹음이 없거나(call_logs.recordingUrl null) 다른 계정의 통화일 경우 404 를 반환합니다.

Authentication

AuthorizationBearer

API Key를 Bearer 토큰으로 전달

Path parameters

accountIdstringRequired
callIdstringRequired

Response headers

Content-TypestringOptional
Content-LengthstringOptional
Content-DispositionstringOptional

Response

녹음 파일 (WAV) 스트림

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error