API guide
Career Reasoning API
Career Reasoning API generates fuller analysis and reasoning output.
Path: /api/v1/career-reasoning
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.
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.
