Account
|
Getting Started with Web
Test the iSpeech Web API with a URLnextexit
Documentation
The iSpeech API uses HTTP GET or POST. For detailed information please read the full iSpeech API documentation. It contains examples for text-to-speech and speech recognition.
Test the iSpeech Web API a web form.nextexit
Example 2: Test the iSpeech API in a Web Form
Note: The iSpeech Web API GET request uses the HTTP standard so it can be used with AJAX, cURL, etc.
Test the iSpeech Web API with Flashexit
Example 3: Run the iSpeech Web API with Flash
Click the play button to test the demo:
For the conversion to work properly, you must URL encode the part of the URL following "rest?apikey". URL Encoding Example: <Param name="flashvars" value="mp3=http://api.ispeech.org/api/rest?apikey%3Ddeveloperdemokeydeveloperdemokey%26action%3Dconvert%26voice%3Dusenglishfemale1%26text%3DHello,%2Bthis%2Bis%2Ba%2Btest%2Bmessage"> Troubleshooting
Error code definitions can be found on bottom of the iSpeech Web API Documentation page.
|