API
An API (Application Programming Interface) is a set of functions that allows applications to access data and interact with external software components, operating systems, or microservices.
Description
This API is used to recognize speech and convert it into text
Parameters
NameDescriptionType
FileAudio file to recognizeFlv, Mp3, Ogg, Wav, Mp4
NameDescriptionType
LanguageLanguage of input voiceString
Responses
CodeDescription
200{"result": [["file_name", "recognized_text"]]}
Description
This API is used to convert text into speech and represent it as an audio file
Parameters
NameDescriptionType
TextText for recognizingString
NameDescriptionType
LanguageLanguage of input textString
Responses
CodeDescription
200{"result": [[text, "Link for out file download"]]}
Description
This API is used to convert speech into text and then convert it into an audio file
Parameters
NameDescriptionType
FileAudio file to recognizeFlv, Mp3, Ogg, Wav, Mp4
NameDescriptionType
LanguageLanguage of input voiceString
Responses
CodeDescription
200{"result": [[file, "recognized_text", "Link for out file download"]]}
Description
This API is used to convert audio file into text and send the resulting text file by email
Parameters
NameDescriptionType
FileAudio file to recognizeFlv, Mp3, Ogg, Wav, Mp4
NameDescriptionType
EmailEmail recipientString
NameDescriptionType
LanguageLanguage of input voiceString
Responses
CodeDescription
200{"result": [["file_name", "recognized_text"]]}
Description
This API is used to convert text into speech and send the resulting audio file by email
Parameters
NameDescriptionType
TextText for recognizingString
NameDescriptionType
EmailEmail recipientString
NameDescriptionType
LanguageLanguage of inputString
Responses
CodeDescription
200{} * Result will be sent to specified email
Description
This API is used to convert speech into text, convert it into an audio file and send the resulting file by email
Parameters
NameDescriptionType
FileAudio file to recognizeFlv, Mp3, Ogg, Wav, Mp4
NameDescriptionType
EmailEmail recipientString
NameDescriptionType
LanguageLanguage of input voiceString
Responses
CodeDescription
200{"result": [["file_name", "recognized_text"]]}