{
"omni_user_uuids": [
"string"
]
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/score/user/intent/selectBatch' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"omni_user_uuids": [
"string"
]
}'
{
"request_id": "0d2550bc02b7cafb02850390bb2111e2",
"code": 0,
"msg": "success",
"data": {
"success_data": [
{
"omni_user_uuid": "M3FeN7qC5epDELaVQstfVK",
"intent_score": [
{
"intent_tag": "zql意向标签01",
"intent_tag_id": "deNDyZeWQYZ936s5rvhAkN",
"score": 31
},
{
"intent_tag": "zql意向标签02",
"intent_tag_id": "LGdHc36TLH4Mx46n7yNP9Z",
"score": 31
}
]
}
],
"error_data": [
{
"omni_user_uuid": "123",
"msg": ""
}
]
},
"timestamp": 1719888967650
}