Response Structure
This page provides a detailed understanding of the response structure to expect from the non-streaming api.
{
"text": "बिल्कुल आपकी पूरी सहायता की जाएगी",
"call_id": "f99e79ca-6a2b-42f1-8d6b-fd0855e791de",
"status": "success"
}
Key
Description
call_id (string)
Unique identifier associated with every streaming connection
text (string)
The transcript of the full audio
status (string)
Possible values - success
| error
error (string)
Summary message of error (Refer error responses)
message (string)
Detailed message of error
Last updated