Build your AI Avatar Application in less than 10 minutes
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
npm
or yarn
package managerInstall the VMONSTER SDK in your client application.
Create a file named .env and add your VMONSTER API key. For production environment, add your API key to the server side.
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.
Use the created stream information to join a room.
You can explore various AI Avatars at https://app.vmonster.io/profiles.
Learn how to use the VMONSTER SDK by demo.
Build your AI Avatar Application in less than 10 minutes
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
npm
or yarn
package managerInstall the VMONSTER SDK in your client application.
Create a file named .env and add your VMONSTER API key. For production environment, add your API key to the server side.
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.
Use the created stream information to join a room.
You can explore various AI Avatars at https://app.vmonster.io/profiles.
Learn how to use the VMONSTER SDK by demo.