API guide
Career Context API
Career Context API exposes a more task-facing context retrieval surface.
Path: /api/v1/career-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/career-context
Get a smaller career context payload
A compact context payload suitable for prompt stuffing or tool context.
Required scopes
read:career_context
Request
- query (query): Optional query string to find relevant memories
- timeRange (query): recent=30 days, all=365 days
- includeMemories (query): Default true
- maxTokens (query): Reserved; not fully enforced yet
Responses
- 200: OK
- 401:
- 403:
- 404:
- 429:
- 500:
Errors
none documented
Examples
Code sample (curl)
1
curl "https://api.profileclaw.com/api/v1/career-context?query=product%20management&timeRange=recent" -H "Authorization: Bearer $PROFILECLAW_API_KEY"Related surfaces
Use these surfaces when you need deeper inspection or automation.
