v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
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
  }
}