Triggers an AI analysis task for the specified lead list, executed asynchronously.
curl --request POST \
--url https://api.lofty.com/v2.0/ai/lead-analysis \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"leadIds": [
100001,
100002
]
}
'{
"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.
Create LeadAnalysis task request
Lead IDs to analyze (required, cannot be empty)
[100001, 100002]curl --request POST \
--url https://api.lofty.com/v2.0/ai/lead-analysis \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"leadIds": [
100001,
100002
]
}
'{
"code": 0,
"message": "success",
"data": {}
}