ANT
  • Introduction
    • Authentication
    • Number
    • Errors
    • Rate Limits
  • ANT API
    • Balance
      • Retrieve balance
    • Sms
      • Marketing SMS
        • Send Marketing SMS
        • Send Bulk Marketing SMS
        • Scheduled Marketing SMS
        • Marketing SMS CallBack
      • 🔥OTP SMS
        • Send OTP SMS
        • OTP SMS CallBack
        • ⭐OTP Backfill Interface
      • Notification SMS
        • Send Notification SMS
        • Send Bulk Notification SMS
        • Scheduled Notification SMS
        • Notification SMS CallBack
    • Voip
      • IVR
        • IVR File Upload
        • IVR Task
        • IVR Callback
      • Call
        • Call the phone
        • Call record callback
    • Phone Number Validation
      • HLR Sever
      • Check Number Status
  • Webhooks
    • Test Webhooks
  • Demo
    • Java Demo
Powered by GitBook
On this page
  • Request method GET
  • What are webhooks ?
  • Dr Params
  1. ANT API
  2. Voip
  3. Call

Call record callback

This interface needs to be provided by the customer, and the customer needs to tell us the interface address for configuration. After the call recording is generated, we will push the result to this i

PreviousCall the phoneNextPhone Number Validation

Last updated 11 days ago

Request method GET

Example

Your webhook?
caller=85xxxxx192&
callee=0062xxxxxxx5067&
startTime=1744269917000&
fileUrl=https://xxxxxxx.com/xxx1d-b1bf4fb3e287.wav

Dr Params

parameter
type
remark

caller

string

caller

callee

String

phone number

startTime

long

start timestamp

fileUrl

String

call recording file address

What are webhooks ?