Get The Call Recording File Address
GET
https://api.itniotech.com/voice/getRecordingFileUrl
Access link to call recording. Reminder: Link expires after 24 hours, please download in time.
Request Sample
Request URL:
https://api.itniotech.com/voice/getRecordingFileUrl?recordingFileId=123.wav
Request Method:
GET
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Response Sample
{
"status": "0",
"reason": "success",
"data": {
"url": "https://demo.com/7e9978",
"expireTime": 1755679164264
}
}