Hamkaran.cloud
  1. Hamkaran Cloud Phone
Hamkaran.cloud
  • Hamkaran Cloud Phone
    • Get Call Center Reports
      GET
    • Get Extension Status
      GET
    • Get Call Recording by UID
      POST
    • Create Call
      POST
    • HangUp Call
      POST
    • Send a pre-recorded call
      POST
    • Get a pre-recorded call Details
      POST
  1. Hamkaran Cloud Phone

Get Call Recording by UID

POST
https://api.hamkaran.cloud/api/hamkaran/v1/get_record
This API allows users to retrieve the recorded call file using a unique call identifier (UID). By providing a valid UID, the system queries the database to locate the corresponding recorded file. If the audio file for the specified call exists, the API returns it. This service is part of Hamkaran Cloud's advanced cloud telephony solutions, enhancing communication management with features like call recording and detailed reporting.
For more information, visit https://hamkaran.cloud.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.hamkaran.cloud/api/hamkaran/v1/get_record' \
--header 'key: {{Hamkaran Webservice key}}' \
--form 'uid="1684684181.2000630"'
Response Response Example
Successful Request Response
Recorded audio file in WAV format

Request

Header Params
key
string 
required
Example:
{{Hamkaran Webservice key}}
Body Params multipart/form-data
uid
string 
required
Example:
1684684181.2000630

Responses

🟢200Response List
text/html
Body
object {0}
Modified at 2024-06-10 18:31:14
Previous
Get Extension Status
Next
Create Call
Built with