跳转到主要内容
用户画像

获取画像模板

获取指定画像模板的详情

GET
/profile_schemas/{profile_schema_id}
cURL
curl --request GET \
  --url 'https://maas.qianwenaiapi.com/api/v2/apps/memory/profile_schemas/{profile_schema_id}' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
获取指定画像模板的详情,包含字段定义和配置信息。

请求参数

参数类型必填说明
profile_schema_idstring画像模板 ID(路径参数)

代码示例

cURL
curl -X GET "https://maas.qianwenaiapi.com/api/v2/apps/memory/profile_schemas/{profile_schema_id}" \
  --header "Authorization: Bearer $DASHSCOPE_API_KEY" \
  --header "Content-Type: application/json"
更新模板使用 UpdateProfileSchema

鉴权

string
header
必填

路径参数

string
必填

画像模板 ID

响应

200-成功

成功