Bitel
2.0.0
2.0.0
  • Introduction
  • Authorization
  • API Structure
  • General API Errors
  • SMS
    • Introduction
    • Template SMS
    • OTP SMS
    • Single SMS
    • Batch SMS
    • Batch P2P SMS
    • SMS Status
  • Call
    • Introduction
    • OTP Call
    • Single Call
    • Single TTS Call
    • Batch Call
    • Batch TTS Call
    • Call Status
  • Webhook
    • Sms Webhook Events
    • Voice Webhook Events
  • Files
    • Introduction
    • Upload Voice
    • Text To Speech
    • Download Voice
  • Code Samples
    • C#
    • PHP
    • Python
Powered by GitBook
On this page

Was this helpful?

  1. Call

Introduction

PreviousSMS StatusNextOTP Call

Last updated 5 years ago

Was this helpful?

Making a call

To make a call Bitel provides the following APIs:

  • to call user and read a numeric code

  • play an MP3 file for a single number

  • convert text to speech and play it for a single number

  • play an MP3 file for multiple numbers

  • convert text to speech and play it for multiple number

Voice Formats

Currently only .mp3 format is supported

Mobile Phone Number Format

The phone number format should comply with one of the following formats

  • 09*********

  • +989*********

  • 00989*********

  • 0989*********

  • 989*********

OTP Call
Single Call
Single TTS Call
Batch Call
Batch TTS Call