{
"lead_ids": [
"string"
]
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/score/lead/intent/selectBatch' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"lead_ids": [
"string"
]
}'
{
"request_id": "13b63dead7970258c0d11e8166b1eb5c",
"code": 0,
"msg": "success",
"data": {
"success_data": [
{
"lead_id": "YpkuLyesUZb8PK2tni3DAT",
"intent_score": [
{
"intent_tag": "信服云",
"intent_tag_id": "2ut8XHPKbvFSTGSNYGwPqd",
"score": 20
},
{
"intent_tag": "zql意向标签02",
"intent_tag_id": "LGdHc36TLH4Mx46n7yNP9Z",
"score": 1304
},
{
"intent_tag": "电脑",
"intent_tag_id": "QmqGw9fGfV8eCj8jbxNNhA",
"score": 59
},
{
"intent_tag": "windows",
"intent_tag_id": "FzzJicPwYQUDNPCHRuDP7G",
"score": 23
},
{
"intent_tag": "测试1",
"intent_tag_id": "3fXXmsF9pxgbcpe3MaVNoa",
"score": 231
},
{
"intent_tag": "zql意向标签01",
"intent_tag_id": "deNDyZeWQYZ936s5rvhAkN",
"score": 1384
},
{
"intent_tag": "华硕",
"intent_tag_id": "T78xjSQo7fshDYGzoqD2Pi",
"score": 13
},
{
"intent_tag": "智安全",
"intent_tag_id": "k56SKGFoviGqKPKiG5W73k",
"score": 20
}
]
}
],
"error_data": [
{
"lead_id": "123",
"msg": ""
}
]
},
"timestamp": 1719889409860
}