Generates pre-meeting insight based on lead and appointment information.
curl --request POST \
--url https://api.lofty.com/v2.0/ai/prepare-insight \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"leadId": 100001,
"appointmentId": 200001
}
'{
"code": 0,
"message": "success",
"data": {}
}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 POST \
--url https://api.lofty.com/v2.0/ai/prepare-insight \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"leadId": 100001,
"appointmentId": 200001
}
'{
"code": 0,
"message": "success",
"data": {}
}