Skip to main content
GET
/
v2.0
/
ai
/
call-summary
Get Call Summary
curl --request GET \
  --url https://api.lofty.com/v2.0/ai/call-summary \
  --header 'Authorization: <authorization>'
{
  "status": {
    "code": 0,
    "msg": "ok"
  },
  "data": {
    "id": 12345,
    "recordingId": 98765,
    "status": 2,
    "userId": 67890,
    "text": "<string>",
    "summary": "<string>",
    "keywords": [
      {
        "content": "John Smith",
        "type": "leadName",
        "params": [
          {}
        ]
      }
    ],
    "score": 85,
    "comment": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.lofty.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

Bearer [access_token]

Query Parameters

callRecordId
integer<int64>
required

Response

Call summary retrieved successfully

Call summary response

status
object

Response status

data
object

Recording summary details