Create a system recording

This API allows you to create new system recording.

Sample Request

This API allows you to create new system recording.

curl --request POST \
     --url https://api-smartflo.tatateleservices.com/v1/recording \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

📘Important

Before we begin, note that the * sign denotes the mandatory variables in each table.

Request Variables (Body Params)

Variable NameDescriptionData Type
audio_nameName of system recordingString
typeType of system recordingString
dataData of system recording eg:text to speech or urlString
speechSpeech of system recordingString
voiceVoice of system recordingString
moh_statusFlag to enable/disable music on hold in system recordingInteger

Response Variables

After the execution of the API, you will get the following response:

Variable NameDescriptionData Type
successThe request success status, the possible values are: True (default) for success. False for failure.Boolean
messageThe message corresponding to the success status. For example, in 400 Response where the "success" variable pops as True, the message displayed is shown here.String
Language
Click Try It! to start a request and see the response here!