---
title: Job Description Generator API
slug: generate-job-description
url: https://apyhub.com/namastesumalya/service/generate-job-description
provider: Sumalya APIs
categories: [HR, Smart Generation]
auth: api_key
---

# Job Description Generator API

Generate a full job description from a role title and requirements. Returns ATS, LinkedIn, and interview scorecard versions for hiring teams.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/namastesumalya/api/generate-jd` | What it does Generates a complete job-description package from the supplied role details. The reque… | 300 |

## About

## What it does
Job Description Generator turns a role title and optional requirements into hiring copy you can use across your recruiting workflow. Send a `body` object with `title` and `requirements`, and get back generated job content tailored to that role.

Use it when you need a first draft for a new opening, a standardized version for ATS systems, or a shorter version for external channels. The response includes `fullJD`, `atsVersion`, `linkedInPost`, and an `interviewScorecard`, so you can publish, screen, and interview from the same request.

Job Description Generator is useful when hiring teams need to move quickly without starting from a blank page. Provide the role and the must-have experience, then adapt the returned content to match your company tone, seniority level, and interview process.

This is a good fit for product, engineering, and leadership hiring where you want consistent structure and role-specific language without manually rewriting each posting.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/namastesumalya/service/generate-job-description
