> For the complete documentation index, see [llms.txt](https://navana.gitbook.io/bodhi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navana.gitbook.io/bodhi/quickstart/non-streaming-api/response-structure.md).

# Response Structure

```python
{
    "text": "बिल्कुल आपकी पूरी सहायता की जाएगी",
    "call_id": "f99e79ca-6a2b-42f1-8d6b-fd0855e791de",
    "status": "success"
}
```

<table><thead><tr><th width="203.84979248046875">Key</th><th>Description</th></tr></thead><tbody><tr><td><strong>call_id</strong> (string)</td><td>Unique identifier associated with every streaming connection</td></tr><tr><td><strong>text (string)</strong></td><td>The transcript of the full audio </td></tr><tr><td><strong>status (string)</strong></td><td><p></p><p>Possible values - <code>success</code> | <code>error</code> <br></p></td></tr><tr><td><strong>error (string)</strong></td><td>Summary message of error  (Refer<a href="/pages/wCKt8gswq8r7XdwAGqI8"> error responses</a>)</td></tr><tr><td><strong>message (string)</strong></td><td>Detailed message of error</td></tr></tbody></table>
