Home > API Center > API interface guide
https://api.itniotech.com/voice/getRecordingFileUrl
| Parameters | Description | Required | Type |
|---|---|---|---|
| recordingFileId | Call Recording ID | Yes | String |
| sourceType | Recording source type (group - group call recording, sip - phone recording, default group call recording if not transmitted) | No | String |
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
| Parameters | Description | Type |
|---|---|---|
| status | "0"means successful, others than 0 means failure, seeing Status Code description. | String |
| reason | Failure reason description | String |
| data | Record details | JSONObject |
| url | File URL for call record | String |
| expireTime | URL expiration time (13-bit timestamp) | Long |
{
"status": "0",
"reason": "success",
"data": {
"url": "https://demo.com/7e9978",
"expireTime": 1755679164264
}
}| status | Description |
|---|---|
| 0 | success |
| -1 | Authentication error |
| -2 | Restricted IP access |
| -16 | Timestamp expires |
| -18 | Port program unusual |
| -22 | Parameter exception |
Feedback
Was this page helpful?