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:
Errors
- Requests made with an invalid key will result in a
403 Forbidden
error. - If the
x-api-key
header is missing, a422 Unprocessable Entity
error will occur.