Single Text To Speech Call

Convert text to voice and play it for single phone number

POST https://api.bitel.rest/api/v1/voice/tts

Request Body

Name
Type
Description

phoneNumber

string

target phone number. example: 0912*******

text

string

the text that is played for the user

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

{
  "result": "d9478050b8794fca8018742d0556dc85",
  "error": null
}

Sample Request

{
    "phoneNumber": "0912*******",
    "text": "Hi there"
}

Error Codes

Code

Description

InvalidRequest

Indicates that the submitted request is invalid

InvalidServer

Indicates that the selected server id is invalid

Last updated

Was this helpful?