I have created a Voxeo IVR app that records a audio response from a caller, and to obtain a transcription of the audio to text, posts it to iSpeech speech recognition API using the Post url method.
I get back an error message: result=error&code=999&message=Invalid+request
Here are the parameters I provided for the encoded post url:
url:http://api.ispeech.org/api/rest
method:Post result:string
api: (I have obtained a web app api key)
language: en-US
action:recognize
freeform:3
content-type: audio/x-wav
audio: RecordDetaineeNumber (RECORDING_FILE)
output:rest
Can anyone assist me to identify my error.


Reply With Quote
