To get started with the Developer API follow these instructions.

It’s easy to use the script directly from code.responsivevoice.org for non-commercial licenses. If you want to use ResponsiveVoice for a commercial project please see pricing.

SIMPLE TO USE

Add this code to your webpage

<script src="https://code.responsivevoice.org/responsivevoice.js"></script>

Then use it on the page

<input onclick="responsiveVoice.speak('Hello World');" type="button" value="Play" />

Feel free to link to the files at code.responsivevoice.org. We maintain a fair usage policy on bandwidth, please contact us if you believe your usage may be high.

LATEST STABLE

The latest stable version of ResponsiveVoice is served from the root of code.responsivevoice.org:

https://code.responsivevoice.org/responsivevoice.js (minified)
https://code.responsivevoice.org/responsivevoice.src.js (readable src)

Please note that on production environments it’s best to use the minified version, as fallback audio is disabled for the non-minified script.

SPECIFIC VERSION

You’ll find a specific ResponsiveVoice version by appending the version number to the root level:

https://code.responsivevoice.org/1.3.3/responsivevoice.js (minified)

TRUNCATED VERSIONS

By truncating the version number you can load the latest stable release within the major version number. For example, 1.3 points to the latest stable 1.3.x, but when 1.4 or 2.0 are released, you will still load the latest release of 1.3.

https://code.responsivevoice.org/1.3/responsivevoice.js (minified)

API

API Documentation

SDK

Close
Go top