2. Nghe file ghi âm

Mô tả API lấy thông tin file ghi âm

Thông tin
Mô tả

Hình thức authen

Bearer <token>

Method

GET

Tạo request

curl -X 'GET' \
  'https://localhost:7222/API/Voice/Agent/Recording/<CallId từ danh sách cuộc gọi>' \
  -H 'accept: */*' \
  -H 'Authorization: Bearer <token>'

GET https://localhost:7222/API/Voice/Agent/Recording/1747375810.13021

Lây dữ liệu trả về file ghi âm

Request Body

Name
Type
Description

callId*

string

Mã cuộc gọi

Trả về file ghi âm

Lưu ý:

  • Dữ liệu trả về là file ghi âm

Last updated