Validate Connectivity

Validate BrainEngine status and integration with V-Blaze.

Retrieve Platform Status

Open your browser and make a call to the following endpoint to verify that the BrainEngine server is connected to V-Blaze.

Gets the lightweight V‑Blaze engine status information

get
Responses
200
Status information retrieved successfully
get
GET /status HTTP/1.1
Host: 
Accept: */*

No content

Expected Response

{
  "status": "running"
}

Submit Test Call

The example below submits a transcription request to BrainEngine without redaction.

Sample audio files are located here.

curl -s -X POST \
-T 'sample_2.wav' \
'brainengine_name/transcribe?sid=NER000@scrubtext=false&output=text'

Expected Response

AGENT: Hello. This is Karen welcome to that until this is Cara from the customer service department how can I be of help.
CLIENT: Hi, Carol, my name is Susan and I am a little bit confused about something that I saw on my account.
AGENT: Who Susan just hold on I need to ask you a few security questions for verification.
CLIENT: Okay.
AGENT: Okay. What is your full name please?
CLIENT: Susan Elizabeth Gerald.
AGENT: Cheryl to the to ours
CLIENT: One or.
AGENT: one our okay and your social security number.
CLIENT: 657080021.
AGENT: And current address please.
CLIENT: 11 north Pennsylvania avenue Morris Seville Tennessee.

Last updated