Mint a key
You create keys from the API Keys page in the Vook web app, so there is nothing to deploy or configure first. Your account must have API access enabled. Give the key a name, and the app shows you avk_live_… value once. Copy it
immediately and store it somewhere safe, since you cannot retrieve it again.
Get an API key
Open the API Keys page in the Vook web app to create and manage your keys.
Store the key
Export the key as an environment variable so the examples in these guides can read it:Send the key
Send the key as a Bearer token in theAuthorization header on every request:
Key lifecycle
- Keys expire one year after they are created.
- Revoke a key at any time from the API Keys page in the web app.
- A revoked or expired key is rejected on the next request, so mint a new one to continue.