ProfileClaw

API guide

Career Graph API

Career Graph API returns the structured career profile used by recommendation, explanation, and planning flows.

Path: /api/v1/career-graph
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/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.