Skip to main content

Get Your API Key

To use the Vidau OpenAPI, you need to obtain an API key. Follow these steps to get your API key:
  1. Login/Register to Vidau OpenAPI Developer Console
  2. Create API Key
    • After logging in, find and click “API Key” in the left menu
    • Click the “Create API Key” button to generate a new API key
  3. Copy and Save API Key
    • After successful creation, immediately copy your API key
    • Important Note: Please save this API Key. You won’t be able to view it again after creation
    • It is recommended to save the API key in a secure location, such as a password manager

Using Your API Key

To authenticate your API requests, include your API key in the Authorization header of your requests:
Authorization: Bearer YOUR_API_KEY
Replace YOUR_API_KEY with the actual API key you generated.

Security Best Practices

  • Keep your API key secure and do not share it publicly.
  • Regenerate your API key if you suspect it has been compromised.
  • Use environment variables or secure vaults to store your API keys in applications.