ProfileClaw
ResumeOpportunity WorkspacePricing
ProfileClaw
ProfileClawCareer Graph OS
ProfileClaw Data Layer

Build once. Keep your context alive everywhere.

ProfileClaw keeps your assessments, materials, and long-term context ready for products like OpenClaw, Claude Work, and Nanobot, so AI can work with memory instead of starting cold.

© 2026 ProfileClaw. All rights reserved.

沪ICP备2026012738号

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

Product

  • Home
  • Assessments
  • Reports
  • Resume
  • Opportunity Workspace
  • Pricing
  • About

Assessments

  • Assessments
  • RIASEC
  • Work Style
  • Values
  • Skills & Talents
  • Collaboration & Conflict
  • Stress & Regulation
  • Expression Style
  • Current State Pulse

Developers

  • Developer Center
  • Docs
  • Quickstart
  • API Reference
  • Agents
  • Integrations

My

  • My
  • Reports
  • Opportunity Workspace
  • Job Preferences
  • Resume
  • Purchases & Credits
  • API Keys
  • Auth
Open QuickstartOpen the quickstart to see how ProfileClaw data connects to docs, APIs, and agent workflows.
Get StartedCreate your account, start the assessments, and build a capability profile AI can keep using.
All systems operational
HomePricingDocsPrivacyTerms
HomeAssessmentsReportsMy
ProfileClaw Docs
Home
Pricing
API OverviewAuthenticationContext APIProfile APIAssessments APICareer Graph APIAlerts APICareer Context APICareer Health APICareer Match APICareer Prediction APICareer Reasoning APIData Sharing APIError TypesSimilar Paths APIWebhooksErrors
DocsAPIContext

API guide

Context API

Context API is the default aggregated entrypoint. Start here, then expand only when the task requires it.

Path: /api/v1/context
Format: AI-first docs
Info

Contract-backed page

This page is generated from the current OpenAPI contract summary so docs stay aligned with the formal API surface.

GET /api/v1/context

Get aggregated agent context

Default agent entrypoint. Returns a compact high-signal summary by default and can expand into the normalized career graph, dynamic context, alerts, health, and sharing preferences.

Required scopes

  • read:context

Request

  • view (query): compact (default) returns the summary only. full automatically includes the full careerGraph unless overridden.
  • expand (query): Comma-separated expansions. Allowed: careerGraph,dynamicContext,alerts,careerHealth,dataSharing.
  • query (query): Only used when expand includes dynamicContext.
  • timeRange (query): Only used when expand includes dynamicContext.
  • includeMemories (query): Only used when expand includes dynamicContext.
  • careerGraph (query): When careerGraph is included, choose summary to receive the normalized graph projection without recommendations.
  • resumeSkillsLimit (query): Limits resume skills in summary mode and in careerGraph=summary.
  • alertsLimit (query): Limits alerts returned when expand includes alerts.

Responses

  • 200: OK
  • 304: Not Modified
  • 400: Bad request
  • 401:
  • 402:
  • 403:
  • 404: Context not found
  • 429:
  • 500:

Errors

  • context.invalid_view
  • validation.bad_request
  • context.not_found

Examples

Code sample (curl)
1curl "https://profileclaw.cn/api/v1/context" -H "Authorization: Bearer $PROFILECLAW_API_KEY"
Code sample (curl)
1curl "https://profileclaw.cn/api/v1/context?view=full" -H "Authorization: Bearer $PROFILECLAW_API_KEY"
Code sample (curl)
1curl "https://profileclaw.cn/api/v1/context?expand=dynamicContext&query=product%20management&timeRange=recent" -H "Authorization: Bearer $PROFILECLAW_API_KEY"
Code sample (curl)
1curl "https://profileclaw.cn/api/v1/context?expand=careerGraph&careerGraph=summary&resumeSkillsLimit=20" -H "Authorization: Bearer $PROFILECLAW_API_KEY"
Code sample (curl)
1curl "https://profileclaw.cn/api/v1/context" -H "Authorization: Bearer $PROFILECLAW_API_KEY" -H 'If-None-Match: "<etag-from-previous-response>"'

Related surfaces

Use these surfaces when you need deeper inspection or automation.

Open Reference
Open OpenAPI