curl --request GET 'https://api-prd.vidlab7.com/api/v1/avatars' \
--header 'x-api-key: <YOUR_API_KEY>'
To interact with VidLab7 Studio’s APIs, you’ll first need to generate an API key from your dashboard. This guide walks you through the steps.

Steps to Generate an API Key

  1. Log In to the Studio
    Go to studio.vidlab7.com and sign in with your account.
  2. Open the API Section
    In the bottom section of the left-hand menu, click on API.
  3. Generate a New Key
    Click the Generate new key button at the top right.
    Give your key a descriptive name, then click Generate.
    ⚠️ Important: You will only see this key once.
    Be sure to copy and store it somewhere secure. If you lose the key, you will need to delete it and generate a new one.
  4. Authenticate Your Requests
    Once you’ve copied your key, you can use it in API requests via the x-api-key header. See the example request on the right hand side of this page.
curl --request GET 'https://api-prd.vidlab7.com/api/v1/avatars' \
--header 'x-api-key: <YOUR_API_KEY>'