Get Speech for 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)
      • tenant_id (string): Tenant ID.
      • uuid (string): Universally unique identifier.
    • 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.

Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!