Queries and returns the generated call summary for a call recording.
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.
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>"
}
}