Maxstreamscheck
Use /maxstreamscheck
to retrieves the current number of streams and capacity information from V-Blaze.
Sample Response
{"#streams":0,"maxstreams":24}
Explanation
The example response describes the current number of streams in use and the maximum stream capacity. If V‑Blaze is at capacity, the call returns status code 429 Too Many Requests
.
The following list describes each key and value in a /maxstreamscheck
query:
#streams
Indicates the number of current connections to the /transcribe
endpoint.
maxstreams
Indicates the maximum number of simultaneous connections to the /transcribe
endpoint.
Last updated