VMONSTER Docs home page
Search...
⌘K
Support
Go to app
Go to app
Search...
Navigation
Dive Deep
Authentication
Home
API Reference
Get Started
Intro to VMONSTER
Quickstart
Installation
Building AI Avatars
Create New Stream
Join VmonsterRoom
AI Avatar Speech
Speech-to-text (STT)
Demo
Dive Deep
Overview
Authentication
VmonsterRoom
AI Avatar
States
Instance Methods
Events
Add Event Callback Function
On this page
Usages
Errors
Dive Deep
Authentication
To use the VMONSTER API, an authentication process must be completed.
During this process, an API Key is required. After obtaining the key, follow the usage instructions below.
Usages
Create an Enterprise account on the
VMONSTER Studio
and obtain an API Key.
Ensure that the issued API Key is not recorded in client-side web browser code and is kept confidential.
When sending API requests, include the key in the HTTP headers using the
x-api-key
field:
Copy
headers
: {
'x-api-key'
:
'YOUR_API_KEY'
,
}
Errors
Requests made with an invalid key will result in a
403 Forbidden
error.
If the
x-api-key
header is missing, a
422 Unprocessable Entity
error will occur.
Overview
VmonsterRoom
Assistant
Responses are generated using AI and may contain mistakes.