Skip to main content
The Vook API lets you work with your transcriptions programmatically: upload a file to transcribe, list your transcriptions, check their status, read the transcript text, and download exports, using only an API key.

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:
Keys look like vk_live_…. See Authentication for how to mint and revoke them.

Requirements

The examples in these guides use curl 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.