ProfileClaw

API guide

Career Context API

Career Context API 提供更面向任务的上下文读取能力。

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

Contract-backed page

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

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)
1curl "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.