获取当前用户的画像分析结果,包含兴趣偏好、行为模式、活跃度指标和个性化洞察。
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Token URL: /api/v1/auth/login
or
Request Code Samples
curl --location '/api/v1/persona/me'
Responses
{
"code": 0,
"message": "success",
"data": {
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
"profile_data": {
"property1": "string",
"property2": "string"
},
"confidence_score": 0,
"analysis_timestamp": "2019-08-24T14:15:22.123Z",
"recommended_actions": [
{
"property1": "string",
"property2": "string"
}
],
"insights": [
"string"
]
}
}
Modified at 2025-09-26 15:37:19