ASR

The API interface for transcribing and redacting post-call conversations using the V-Blaze REST API.

Endpoint
Usage
Method

http://$host:$port/asr/languages

Retrieves available languages from V-Blaze.

GET

http://$host:$port/asr/params

Retrieves default parameter settings from V-Blaze.

GET

http://$host:$port/asr/metrics

Retrieves extensive metrics from V-Blaze.

GET

http://$host:$port/asr/models

Retrieves available language models from V-Blaze.

GET

http://$host:$port/asr/usage

Retrieves detailed usage information of language models statistics from V-Blaze.

GET

http://$host:$port/asr/statusfull

Retrieves daily statistics from V-Blaze.

GET

http://$host:$port/asr/maxstreamscheck

Retrieves the current number of streams and capacity information from V-Blaze.

GET

http://$host:$port/asr/stats

Retrieves daily statistics from V-Blaze.

GET

http://$host:$port/asr/status

Retrieves status information from V-Blaze.

GET

http://$host:$port/asr/sysinfo

Retrieves detailed information from V-Blaze.

GET

http://$host:$port/asr/transcribe

Submit files to BrainEngine for ASR transcription and redaction.

POST

Please see V-Blaze documentation for full details.

Last updated