Vachak

Overview

Vachak (Reverie's Web Reader) is a powerful and user-friendly tool that enhances your online reading experience by providing Reverie text-to-speech functionality, allowing you to listen to web content as you browse supported with 12 official indian languages.

Supporting Languages

Installation

To integrate the Web Reader you have to add two scripts in your html file.

  • First one will be added in the head tag which will get the bundle.

<script type="text/javascript" src="https://api.vachak.reverieinc.com/api/widget"></script>
  • With the help of second script you will be able to call the the vachak() method which will create the player UI and render it to webpage

<script type="text/javascript">
  vachak({
"projectId": "PROJECT-ID",
 "apikey": "API-KEY",
    uiConfig: {
      position: {
        top: '20%',
        left: '30%',
      },
      fontFamily: 'lato',
      theme: '#BF711F',
      size: 'medium',
      draggable: true,
    },
    sourceLanguage: 'en',
    textNodes: [],
    version: 'v1.1',
  });
</script>

Note: Here, the ‘API-KEY’ and ‘PROJECT-ID’ are provided by the Reverie team.

Vachak APIs

Language Codes

Last updated