sepahr
  1. sepahr
sepahr
  • profile
    • Providers
      • Increment provider page view count
      • getProviderNotifyCell
      • Update provider fields
      • Store a provider
      • get providers information
    • Users
      • get image
      • upload image
      • Get doctor master slug
      • insert new user
      • get users informations
      • get user information
      • update user information
      • send otp to verify user new cell
    • Memberships
      • deleteMembership
      • Insert membership record
      • Get membership records
    • Providers Specialities
      • delete a record of providers specialities
      • Update speciality alongside academic degree of a provider
      • Store list of specialities alongside academic degree for a provider
      • Get list of provider's specialities
    • SpecialitiesTags
      • tags of spciality
  • sepahr
    • anonymous call
      POST
    • calls search
      POST
    • Download Call Recording
      POST
  1. sepahr

Download Call Recording

POST
https://apigw.paziresh24.com/v1/calls/download
This API allows you to download the recorded audio file of a specific call using the exact file_name and a valid token.
Recordings are typically stored in .wav format and can be retrieved for playback, analysis, or archiving.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apigw.paziresh24.com/v1/calls/download' \
--form 'token="YPPLI78vuVXaPOZQ4WrRShlhP7ikCrGzvETHOVXv6jQjrhMBrFXiyPmlF1fvv7VS4svuA9ABf4qbFfWWiqlxphxX1L4DhWw0OwrGAkDptJaOd8l9BBCMLEm10lkYtiSZwDXpKLhiX3Bvy4Upu5X7VuMP5TlClGKUpEffu1sEjtEGTjGbVz2vJZZ6D1R8BcfmpjQ35Y6O3rP8xEPKBtqUCB990737J4fl4B1MevroV8WHyH3WY82GZgj9q0kJ4Frk"' \
--form 'file_name="09199999999-to-09188888888-20250517-100857.wav"'
Response Response Example
200 - Success

Binary File

Request

Body Params multipart/form-data
token
string 
optional
Example:
YPPLI78vuVXaPOZQ4WrRShlhP7ikCrGzvETHOVXv6jQjrhMBrFXiyPmlF1fvv7VS4svuA9ABf4qbFfWWiqlxphxX1L4DhWw0OwrGAkDptJaOd8l9BBCMLEm10lkYtiSZwDXpKLhiX3Bvy4Upu5X7VuMP5TlClGKUpEffu1sEjtEGTjGbVz2vJZZ6D1R8BcfmpjQ35Y6O3rP8xEPKBtqUCB990737J4fl4B1MevroV8WHyH3WY82GZgj9q0kJ4Frk
file_name
string 
optional
Example:
09199999999-to-09188888888-20250517-100857.wav

Responses

🟢200Success
application/octet-stream
Body
object {0}
🟠400Bad Request
🟠401Unauthorized
Modified at 2025-05-26 06:29:18
Previous
calls search
Built with