Intelligent Features

Get Call Summary

Queries and returns the generated call summary for a call recording.

get/v2.0/ai/call-summary

Query parameters

callRecordIdinteger required

Headers

Authorizationstring required

Bearer [access_token]

Response

Call summary retrieved successfully

Example response

{
  "status": {
    "msg": "ok"
  },
  "data": {
    "id": 12345,
    "recordingId": 98765,
    "status": 2,
    "userId": 67890,
    "keywords": [
      {
        "content": "John Smith",
        "type": "leadName"
      }
    ],
    "score": 85
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.