ProfileClaw
简历机会执行台定价
ProfileClaw
ProfileClawCareer Graph OS
ProfileClaw 数据层

一次构建,让上下文在所有智能体里持续工作。

ProfileClaw 会把测评、材料和长期上下文整理好,再交给 OpenClaw、Claude Work、Nanobot 等产品继续调用,让 AI 带着记忆行动,而不是每次冷启动。

© 2026 ProfileClaw。保留所有权利。

沪ICP备2026012738号

【工业和信息化部】尊敬的用户路承龙,您的ICP备案申请已通过审核,备案/许可证编号为:沪ICP备2026012738号,审核通过日期:2026-04-09。特此通知!【工信部ICP备案】

产品

  • 首页
  • 测评
  • 报告
  • 简历
  • 机会执行台
  • 定价
  • 关于

测评

  • 测评
  • RIASEC
  • 工作风格
  • 职业价值观
  • 优势与天赋
  • 协作与冲突
  • 压力与调节
  • 表达风格
  • 当前状态脉冲

开发者

  • 开发者中心
  • 文档
  • 快速开始
  • API 文档
  • Agents
  • 集成

我的

  • 我的
  • 报告
  • 机会执行台
  • 求职偏好
  • 简历
  • 购买与点数
  • API Keys
  • 认证
查看快速开始查看快速开始,了解 ProfileClaw 如何接入文档、API 与 Agent 工作流。
开始使用创建账户并开始测评,先沉淀一份 AI 可以长期调用的个人能力档案。
系统运行正常
首页定价文档隐私政策服务条款
首页测评报告我的
ProfileClaw 文档
首页
定价
API 总览鉴权Context APIProfile APIAssessments APICareer Graph APIAlerts APICareer Context APICareer Health APICareer Match APICareer Prediction APICareer Reasoning APIData Sharing API错误类型Similar Paths APIWebhooks错误处理
文档APIData Sharing API

API guide

Data Sharing API

Data Sharing API 管理匿名化数据共享与用户偏好。

Path: /api/v1/data-sharing
Format: AI-first docs
信息

Contract-backed page

这一页直接从当前 OpenAPI 契约生成摘要,用来保证文档路径和正式接口保持一致。

GET /api/v1/data-sharing

Get data sharing preferences

Required scopes

  • read:data_sharing

Request

  • no extra request parameters

Responses

  • 200: OK
  • 401:
  • 403:
  • 429:
  • 500:

Errors

  • none documented

Examples

Code sample (curl)
1curl "https://profileclaw.cn/api/v1/data-sharing" -H "Authorization: Bearer $PROFILECLAW_API_KEY"

PUT /api/v1/data-sharing

Update data sharing preferences

At least one boolean preference must be provided. Unspecified fields keep their previous value.

Required scopes

  • write:data_sharing

Request

  • request body available

Responses

  • 200: OK
  • 400: Bad request
  • 401:
  • 403:
  • 429:
  • 500:

Errors

  • data_sharing.no_preferences_provided

Examples

Code sample (curl)
1curl -X PUT "https://profileclaw.cn/api/v1/data-sharing" -H "Authorization: Bearer $PROFILECLAW_API_KEY" -H "Content-Type: application/json" -d '{"shareAssessmentResults":true}'

Related surfaces

Use these surfaces when you need deeper inspection or automation.

Open Reference
Open OpenAPI