Basics
Warm Up API
Warm up the API connection to minimize latency
GET
Use this endpoint to warm up your connection to Flow’s servers. This helps minimize latency for subsequent API calls by establishing and maintaining a connection.Documentation Index
Fetch the complete documentation index at: https://api-docs.wisprflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
How it works
When you call this endpoint:- A connection is established with Flow’s servers
- Server-side resources are pre-allocated
- The connection is kept warm for a period of time
- Subsequent API calls will have lower latency
We recommend calling this endpoint before you expect to make API calls, especially for latency-sensitive applications.
Response
200 - application/json
Connection successfully warmed
Status of the warmup operation
Example:
"warmed"