ProfileClaw

API guide

Career Prediction API

Career Prediction API forecasts likely career paths and transitions.

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

Generate a career prediction

Required scopes

  • run:career_prediction

Request

  • request body available

Responses

  • 200: OK
  • 400: Bad request
  • 401:
  • 402:
  • 403:
  • 429:
  • 500:

Errors

  • career_prediction.missing_target_role

Examples

Code sample (curl)
1curl -X POST "https://api.profileclaw.com/api/v1/career-prediction" -H "Authorization: Bearer $PROFILECLAW_API_KEY" -H "Content-Type: application/json" -d '{"targetRole":"Product Manager","timeHorizon":"18 months","includeAlternatives":true}'

Related surfaces

Use these surfaces when you need deeper inspection or automation.