Movider API Reference
MoviderMoviderAPI Reference
  • API Reference
InformationSchemas
powered by Zudoku
Voice API
Voice API

Schemas


VoiceOutboundForm

caller_id
​string · required

The caller ID number. This must be a valid Movider number belonging to the account making the request

text
​string · required

The message body content to be converted to voice. Maximum voice message length is 3000 characters

language
​string · required

Language of the voice message. Must be a valid language code from the Supported Languages list

repetition
​integer · min: 1 · max: 3 · required

Number of times the message should be repeated. Valid values are 1, 2, or 3

speed
​number · float · min: 0.5 · max: 2 · required

Speed of the voice message. Valid values are between 0.5 and 2

​object[] · required

VoiceOutboundResponse

caller_id
​string

The caller ID number. This must be a valid Movider number belonging to the account making the request

text
​string

The message body content to be converted to voice. Maximum voice message length is 3000 characters

language
​string

Language of the voice message

repetition
​integer

Number of times the message should be repeated. Valid values are 1, 2, or 3

speed
​number

Speed of the voice message. Valid values are between 0.5 and 2

​object[]

VlApiResponse

message_id
​string

Unique identifier of the voice call

sent_date
​string · date-time

Date and time when the voice call was sent

status
​string

The status of the voice call. Possible values are SENT, RECEIVED or FAILED

caller_id
​string

The caller ID number used for the voice call

text
​string

The message body content that was converted to voice

language
​string

Language of the voice message

repetition
​integer

Number of times the message was repeated

speed
​number · float

Speed of the voice message

destination
​string

The number that the message was sent to

call_duration
​integer

Duration of the call in seconds

Error

error
​string

The error code

message
​string

The error message

On this page
  • VoiceOutboundForm
  • VoiceOutboundResponse
  • VlApiResponse
  • Error