API Reference
통화 전사 조회
통화 전사 상태와 완료된 경우 segment 배열까지 한 번에 반환합니다. 상태는 completed / pending / failed / not_requested 로 구분됩니다.
Authorization
BearerAuth AuthorizationBearer <token>
API Key를 Bearer 토큰으로 전달
In: header
Path Parameters
accountId*string
callId*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/accounts/AC1a2b3c4d/calls/CA1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6/transcript"{
"status": "completed",
"callId": "string",
"segmentCount": 0,
"segments": [
{
"speaker": "CUSTOMER",
"start": 0,
"end": 0,
"text": "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"
}