---
title: "Get Speech for call id"
method: GET
path: "/speech-recognition/{call_id}"
tags: ["Speech Recognition"]
---

# Get Speech for call id

`GET /speech-recognition/{call_id}`

Use the Get speech for call id if you want to get the transcription of call, specified by the call id. You should send the call id as a variable in the request.

#### Response Body

- `data` (object)
    
    - `remote_identifier` (string): Remote identifier.
        
    - `created_at` (string): Date and time of creation.
        
    - `language` (string): Language used in the call.
        
    - `plain_body` (string): Plain body of the call.
        
    - `sentiment` (float): call rank (score) between 0 - 1. assess the quality and value of the call.
        
    - `summary` (String): AI Summary analyzes call transcripts to generate concise summaries.
        
    - `phrases` (array): Array of phrases detected in the call.
        
        - `phrase` (string): Detected phrase.
            
        - `start_at` (integer): Start time of the phrase.
            
        - `end_at` (integer): End time of the phrase.
            
        - `channel` (integer): Channel of the phrase.
            
    - `metadata` (object)
        
        - `channel_id` (string): fetch calls that created for specific speech channel.
            
    - `status` (string): Status of the call.
        
    - `message` (string): Additional message related to the call.
        

****Important:** The token used to create the speech transcription for a call will be the only token authorized to retrieve the speech recognition results.

## Response `200`

Get Speech for call

- object
  - `data` object
    - `created_at` string
    - `entities` object
      - `ORGANIZATION` string[]
      - `PERSON` string[]
    - `entities_list` string[]
    - `language` string
    - `message` string
    - `metadata` object
      - `channel_id` string
      - `tenant_id` string
      - `uuid` string
    - `phrases` object[]
      - `channel` number
      - `end_at` number
      - `phrase` string
      - `start_at` number
    - `plain_body` string
    - `remote_identifier` string
    - `sentiment` number
    - `sentiment_description` string
    - `status` string
    - `summary` string

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/versions/eacecf960bb6/schema)
