Paginates current user’s LeadAnalysis tasks (last 3 months, excluding canceled/finished).
curl --request GET \
--url https://api.lofty.com/v2.0/ai/lead-analysis \
--header 'Authorization: <authorization>'{
"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.
Bearer [access_token]
curl --request GET \
--url https://api.lofty.com/v2.0/ai/lead-analysis \
--header 'Authorization: <authorization>'{
"code": 0,
"message": "success",
"data": {}
}