Skip to main content
The Vook API turns your audio and video into transcripts and gives you the results back as structured text or ready-to-share files. You can run the whole flow with an API key alone.
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.