Base URL
All requests target the versioned public surface under/api/v1:
Authentication
Every request authenticates with an API key sent as a Bearer token:vk_live_…. See Authentication for how to
mint and revoke them.
Requirements
The examples in these guides usecurl and Python. The Python snippets require
Python 3.8+ and the requests package:
Next steps
Transcribe a file
Upload a file and turn it into a transcription.
Retrieve and export
List a transcription, read its text, and download an export.
Authentication
Mint a
vk_live_… key and send it on every request.