Skip to main content

Overview

This quickstart guide will walk you through the process of setting up, authenticating, and implementing a real-time AI Avatar application. By the end of this guide, you’ll have a Interactive AI Avatar that you can interact with.
Prerequisites

Installation

Install the VMONSTER SDK in your client application.

Environment Variables

Create a file named .env and add your VMONSTER API key. For production environment, add your API key to the server side.
.env

Create New Stream

Create a new stream by setting your API key, AI Avatar ID, and language. You can explore various AI Avatars at https://app.vmonster.io/profiles.
In a production environment, call the above code from the backend. If you call it from the client side, the API key may be exposed.

Join Room

Use the created stream information to join a room.

Explore Various AI Avatars

You can explore various AI Avatars at https://app.vmonster.io/profiles.

Try Demo

Demo

Learn how to use the VMONSTER SDK by demo.