Single Call
Play mp3 for a single phone number
POST
https://api.bitel.rest/api/v1/voice/single
Request Body
Name
Type
Description
phoneNumber
string
target phone number. example: 0912*******
voiceId
string
the identifier of the voice (refer to Upload File page)
retryCount
number
how many times the call is retried if the number if either busy or doesn't answer(default = 1)
serverId
string
Identifier of dialer from which the voice will be originated
Sample Request
Error Codes
Code
Description
InvalidRequest
Indicates that the submitted request is invalid
InvalidServer
Indicates that the selected server id is invalid
Make sure to store the requestId returned from the response
Last updated