The base URL is
https://www.api.vook.ai/api/v1. The file upload step uses a
separate host, documented in Transcribe a file.The path
There are two stages: send a file for transcription, then read the result.1
Authenticate
Mint an API key (see Authentication) and send it as a
Bearer token on every request:
2
Transcribe a file
Mint an upload token, send the file, then start a transcription job and poll
it until the transcript is ready. Full walkthrough in
Transcribe a file.
3
Retrieve and export
List your transcriptions, check status, read the transcript text, and
download an export. Full walkthrough in
Retrieve and export.
Next steps
Transcribe a file
Create a transcription from your own audio or video.
Retrieve and export
List, read, and export your transcriptions.
API Reference
Try every endpoint interactively in the playground.
Authentication
Manage your
vk_live_… keys.