ProfileClaw

API guide

Career Graph API

Career Graph API 返回结构化职业画像,是推荐、解释和 agent 规划的重要基础层。

Path: /api/v1/career-graph
Format: AI-first docs
信息

Contract-backed page

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

GET /api/v1/career-graph

Get agent-ready career graph/context

Primary agent endpoint. Returns a structured representation of a user’s career identity and signals derived from assessments + resume + AI analysis.

Required scopes

  • read:career_graph

Request

  • no extra request parameters

Responses

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

Errors

  • none documented

Examples

Code sample (curl)
1curl "https://api.profileclaw.com/api/v1/career-graph" -H "Authorization: Bearer $PROFILECLAW_API_KEY"
Code sample (curl)
1curl "https://api.profileclaw.com/api/v1/career-graph" -H "X-API-Key: $PROFILECLAW_API_KEY"

Related surfaces

Use these surfaces when you need deeper inspection or automation.