Authentication

Each Studio account can generate a single API Key in the following way:

  1. Create an account in the Studio application.

  2. Generate an API Key in the Studio application as seen below.

  3. Save the API Key in a secured place, don't lose it!

  4. Every HTTP request goes through our API Gateway, which validates the API Key attached as a header named X-Vgai-Key.

An API Key is similar to a password that allows access to some of your account resources. Please keep it secured and private!

The API Key is unique and impossible to recover in the case of a loss. Only a new API Key can be generated if lost.

Last updated