Triggers async generation of a call summary from a call recording.
curl --request POST \
--url https://api.lofty.com/v2.0/ai/call-summary/generate \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"callRecordId": 123456,
"leadId": 100001
}
'{
"message": "Operation successful"
}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.
Generation triggered successfully
Generic message response
Result message
"Operation successful"
curl --request POST \
--url https://api.lofty.com/v2.0/ai/call-summary/generate \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"callRecordId": 123456,
"leadId": 100001
}
'{
"message": "Operation successful"
}