Bodhi Docs
Bodhi Docs
  • Bodhi Overview
  • Developer Quickstart
    • Streaming - Websocket
      • Response Structure
      • Error Responses
      • Advanced Features
      • Measuring Latency
      • Starter Apps
      • Connection Lifecycle
    • Non-Streaming API
      • Response Structure
      • Error Responses
      • Advanced Features
Powered by GitBook
On this page
  1. Developer Quickstart
  2. Non-Streaming API

Response Structure

This page provides a detailed understanding of the response structure to expect from the non-streaming api.

PreviousNon-Streaming APINextError Responses

Last updated 14 days ago

{
    "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)

message (string)

Detailed message of error

error responses