# Wispr Flow ## Docs - [REST with Client auth](https://api-docs.wisprflow.ai/client_api_transcribe.md): Convert speech to text using client-side authentication - [Client Side Auth Basics](https://api-docs.wisprflow.ai/client_side_auth_basics.md) - [Generate Access Token](https://api-docs.wisprflow.ai/generate_access_token.md): Generate a new client token (JWT) - [Voice Interface API Documentation](https://api-docs.wisprflow.ai/introduction.md) - [Quickstart](https://api-docs.wisprflow.ai/quickstart.md) - [Request Schema](https://api-docs.wisprflow.ai/request_schema.md): List of the types of information that Flow can process to improve dictation accuracy. - [REST API (slower)](https://api-docs.wisprflow.ai/rest_api.md) - [REST API Quickstart](https://api-docs.wisprflow.ai/rest_api_quickstart.md) - [REST with API key auth](https://api-docs.wisprflow.ai/rest_api_transcribe.md): Convert speech to text using the REST API - [Revoke Client Tokens](https://api-docs.wisprflow.ai/revoke_client_tokens.md): Revoke all tokens for a specific client - [Revoke Token](https://api-docs.wisprflow.ai/revoke_token.md): Revoke a specific client token - [Usage & Billing](https://api-docs.wisprflow.ai/usage_billing.md) - [Warm Up API](https://api-docs.wisprflow.ai/warm_up_api.md): Warm up the API connection to minimize latency - [Overview: Warm up (REST)](https://api-docs.wisprflow.ai/warm_up_rest_api.md): The Warm-up REST API helps optimize latency and ensure smooth dictation sessions by maintaining a warm connection to Flow's servers. - [WebSocket API](https://api-docs.wisprflow.ai/websocket_api.md) - [WebSocket Quickstart](https://api-docs.wisprflow.ai/websocket_quickstart.md) ## OpenAPI Specs - [warm_up](https://api-docs.wisprflow.ai/openAPI/warm_up.yaml) - [rest_api_v2](https://api-docs.wisprflow.ai/openAPI/rest_api_v2.yaml) - [rest_api](https://api-docs.wisprflow.ai/openAPI/rest_api.yaml) - [cilent_side](https://api-docs.wisprflow.ai/openAPI/cilent_side.yaml)