API guide
Career Reasoning API
Career Reasoning API 用于生成更完整的职业分析与推理结果。
Path: /api/v1/career-reasoning
Format: AI-first docs
信息
Contract-backed page
这一页直接从当前 OpenAPI 契约生成摘要,用来保证文档路径和正式接口保持一致。
POST /api/v1/career-reasoning
Run agent-style reasoning over a career profile
Required scopes
run:career_reasoning
Request
- request body available
Responses
- 200: OK
- 400: Bad request
- 401:
- 402:
- 403:
- 429:
- 500:
Errors
career_reasoning.query_requiredcareer_reasoning.query_too_long
Examples
Code sample (curl)
1
curl -X POST "https://api.profileclaw.com/api/v1/career-reasoning" -H "Authorization: Bearer $PROFILECLAW_API_KEY" -H "Content-Type: application/json" -d '{"query":"Should I switch to product management?","context":{"includeMemories":true,"includeSimulation":false,"timeRange":"all"}}'Related surfaces
Use these surfaces when you need deeper inspection or automation.
