Authorizations
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token <api-key>'
Body
application/json
The audio list that contains the audio data as numbers of type float. Audio data should be of type WAV. You can not send this field and audioBase64 together!
Float numbers which represents the audio data.
The audio base64 string that contains the audio data. Audio data should be of type WAV. You can not send this field and audioList together!
Example:
"GkXfo59ChoEBQveBAULygQRC84EIQoKEd2VibUKHgQRChYECGFOAZwH ..."
Available options:
ar
, en
Whether to enable End of Speech detection or not.
The threshold value for End of Speech detection.
Response
Successful response
The generated text of the speech audio list.