# Vook API ## Docs - [Overview](https://docs.vook.ai/introduction.md): Transcribe audio and video, then retrieve and export the results with a single API key. - [Quickstart](https://docs.vook.ai/quickstart.md): Go from an audio or video file to a finished transcript with the Vook API. - [Transcribe a file](https://docs.vook.ai/upload.md): Upload an audio or video file and turn it into a transcription with three API calls. - [Retrieve and export](https://docs.vook.ai/retrieve-export.md): List your transcriptions, check status, read the transcript, and download an export. - [Chat with a transcript](https://docs.vook.ai/chat.md): Ask questions about a transcription and get answers grounded in its content. - [Authentication](https://docs.vook.ai/authentication.md): Mint a Vook API key and send it as a Bearer token on every request. - [List the API key owner's transcriptions](https://docs.vook.ai/api-reference/transcriptions-api-v1/list-the-api-key-owners-transcriptions.md) - [Get a transcription by ID](https://docs.vook.ai/api-reference/transcriptions-api-v1/get-a-transcription-by-id.md) - [Get the transcript text for a transcription](https://docs.vook.ai/api-reference/transcriptions-api-v1/get-the-transcript-text-for-a-transcription.md) - [Export a transcription in the requested format](https://docs.vook.ai/api-reference/transcriptions-api-v1/export-a-transcription-in-the-requested-format.md) - [List the API key owner's transcription jobs](https://docs.vook.ai/api-reference/transcription-jobs-api-v1/list-the-api-key-owners-transcription-jobs.md) - [Create a transcription job from an uploaded file](https://docs.vook.ai/api-reference/transcription-jobs-api-v1/create-a-transcription-job-from-an-uploaded-file.md) - [Get a transcription job by ID](https://docs.vook.ai/api-reference/transcription-jobs-api-v1/get-a-transcription-job-by-id.md) - [List the chats for a transcription](https://docs.vook.ai/api-reference/chats-api-v1/list-the-chats-for-a-transcription.md) - [Ask a question about a transcript and get the answer](https://docs.vook.ai/api-reference/chats-api-v1/ask-a-question-about-a-transcript-and-get-the-answer.md): You send a free-text prompt that runs against the transcription and get the answer back in the same response. The exchange is saved as a chat so you can list and retrieve it later. Next: GET the chat by its id to read the answer again. - [Get a single chat, including its answer](https://docs.vook.ai/api-reference/chats-api-v1/get-a-single-chat-including-its-answer.md) - [Mint a single-use upload token for a file](https://docs.vook.ai/api-reference/uploads-api-v1/mint-a-single-use-upload-token-for-a-file.md) ## OpenAPI Specs - [openapi](https://docs.vook.ai/api-reference/openapi.json)