---
title: Job Description Generator API
slug: job-description-generator
url: https://apyverse.com/sharpapi/service/job-description-generator
provider: SharpAPI
categories: [HR, Smart Generation]
tags: [job-description, hr, hiring, recruitment, content-generation]
auth: api_key
---

# Job Description Generator API

Create structured job descriptions from a role title and hiring details. Returns requirements, responsibilities, and a short summary for HR workflows.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `sharpapi/api/v1/hr/job_description` | What it does Submits a job description generation request and returns identifiers for tracking the… | 50 |
| GET | `sharpapi/api/v1/hr/job_description/job/status/` | What it does Checks the status of a job description generation job by its jobid and returns the job… | 1 |

## About

## What it does
Job Description Generator creates structured job description content from a role title and optional hiring details. Send a job name, and include fields like remote, context, country, language, voice_tone, company_name, visa_sponsored, employment_type, optional_skills, required_skills, minimum_education, and minimum_work_experience when you need the output tailored to a specific opening.

Use it when you need a fast first draft for a vacancy page, ATS posting, or internal hiring brief. The service submits the job, returns a job_id and a status_url, then lets you poll for the final result.

When the job finishes successfully, the status response includes a structured result with job_requirements, job_responsibilities, and job_short_description. That makes it easy to feed the output into recruitment workflows, job boards, or HR tools without rewriting the core content by hand.

Job Description Generator is a good fit when you want consistent, repeatable job copy from the same input shape across many openings.

## Usage

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