ClawOps Docs
API Reference

통화 녹음 다운로드

GET
/v1/accounts/{accountId}/recordings/{callId}

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

Authorization

BearerAuth
AuthorizationBearer <token>

API Key를 Bearer 토큰으로 전달

In: header

Path Parameters

accountId*string
callId*string

Response Body

audio/wav

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/accounts/AC1a2b3c4d/recordings/CA1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6"
"string"
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}