---
title: Career Trajectory and Loyalty API
slug: analyze-career-trajectory
url: https://apyverse.com/namastesumalya/service/analyze-career-trajectory
provider: Sumalya APIs
categories: [Artificial Intelligence, HR]
auth: api_key
---

# Career Trajectory and Loyalty API

Analyze resume timelines from resumeContent and get gaps, pivots, trajectory, and loyaltyScore. Useful for screening candidates and summarizing career history.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/namastesumalya/api/career-gap` | What it does Analyzes the career history provided in resumeContent and returns a JSON object descri… | 500 |

## About

## What it does
Career Trajectory Analysis reads a resume timeline and returns a structured assessment of career movement and job loyalty. Send `resumeContent`, get back a summary that highlights `gaps`, `pivots`, `trajectory`, and a numeric `loyaltyScore`.

Use it when you need to screen resumes, compare candidate histories, or add a fast first-pass signal to an ATS workflow. The `gaps` array includes each `period` and an `observation` about what happened in that span, while `pivots` calls out notable changes in role, industry, or direction.

The `trajectory` field gives you a compact label for the overall path, such as stable, fast-moving, or entrepreneurial. `loyaltyScore` gives recruiters or hiring systems a simple integer they can sort or threshold on when reviewing applicants at scale.

Career Trajectory Analysis is a fit for HR teams, staffing platforms, and internal review tools that need a consistent way to summarise career history without parsing the timeline manually.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/namastesumalya/service/analyze-career-trajectory
