https://api.wisprflow.ai/api/v1/dash/api
Client endpoint (Recommended): https://api.wisprflow.ai/api/v1/dash/client_api
We recommend using the client endpoint with client-side authentication to connect directly to our servers to lower latency.
properties
field has been deprecated. Please use the new context
field defintion in “Request Schemas” instead.before_text
, after_text
, selected_text
in the properties if the text is to be entered in a textbox with the user’s cursor present. This is used to match spacing and punctuation with respect to the surrounding text.
For example, if the text in your textbox is Hey |man.
where |
is the cursor:
after_text
: "man."
before_text
: "Hey "
"how's it going"
, it will return "how's it going "
with a space at the end because it needs a space before "man."