# STT V1

- [STT Stream Socket V1](https://dataqueue.gitbook.io/voicehub-docs/api-reference/stt-v1/stt-stream-socket-v1.md)
- [STT Transcribe API V1](https://dataqueue.gitbook.io/voicehub-docs/api-reference/stt-v1/stt-transcribe-api-v1.md): This document explains how to transcribe an audio file through our public STT REST API. The endpoint accepts an audio file along with transcription options and returns a structured transcript with opt


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dataqueue.gitbook.io/voicehub-docs/api-reference/stt-v1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
