Related Skills Generator API             [ A2Z Web ![A2Z Web logo](https://sharpapi.com/storage/22130/conversions/a2z-logo-96-transparent-full_size.jpg) ](/)  Open main menu

  API Catalog

 [ E-commerce  ](/en/catalog/ai/e-commerce)APIs to streamline every aspect of e-commerce, from product details to customer engagement.

 [ Content &amp; Marketing Automation  ](/en/catalog/ai/content-marketing-automation)Automation tools for efficient content creation, audience engagement, moderation and marketing workflows.

 [ HR Tech  ](/en/catalog/ai/hr-tech)APIs designed to simplify recruitment, resume parsing, skill-matching, and candidate evaluation.

 [ Travel, Tourism &amp; Hospitality  ](/en/catalog/ai/travel-tourism-hospitality)Tools to enhance travel and hospitality services, from customer insights to product organization.

 [ SEO  ](/en/catalog/ai/seo)Solutions to automate your SEO essentials, including tags and metadata management.

 [ Accounting &amp; Finance  ](/en/catalog/ai/accounting-finance)AI endpoints for invoice processing, receipt parsing, and financial document analysis.

 [ Utility APIs  ](/en/catalog/utility)Robust databases and tools for enhancing applications with Travel &amp; HR industry-specific data.

 [ Pricing ](/en/pricing) [ Sign up → ](https://sharpapi.com/ref/sharpapi_tchzrx3s)

 [ A2Z Web ![A2Z Web logo](https://sharpapi.com/storage/22130/conversions/a2z-logo-96-transparent-full_size.jpg) ](/)  Close menu

  API Catalog    [ E-commerce ](/en/catalog/ai/e-commerce) [ Content &amp; Marketing Automation ](/en/catalog/ai/content-marketing-automation) [ HR Tech ](/en/catalog/ai/hr-tech) [ Travel, Tourism &amp; Hospitality ](/en/catalog/ai/travel-tourism-hospitality) [ SEO ](/en/catalog/ai/seo) [ Accounting &amp; Finance ](/en/catalog/ai/accounting-finance) [ Utility APIs ](/en/catalog/utility)

 [ Pricing ](/en/pricing) [ Sign up → ](https://sharpapi.com/ref/sharpapi_tchzrx3s)

 1. [    Home ](https://workflows.a2zweb.co/en)
2. [APIs Catalog](https://workflows.a2zweb.co/en/catalog)
3. [HR Tech](https://workflows.a2zweb.co/en/catalog/ai/hr-tech)
4. [Related Skills Generator](https://workflows.a2zweb.co/en/catalog/ai/hr-tech/related-skills-generator)

  [ HR Tech ](https://workflows.a2zweb.co/en/catalog/ai/hr-tech)

  AI-powered API

 Related Skills Generator
==========================

 Generates a list of related skills with their corresponding relevance scores.
-------------------------------------------------------------------------------

By providing a skill, this API returns related skills and their weights as float values ranging from 1.0 to 10.0, where 10 represents the highest relevance.

This API is valuable for developers building skills assessment tools, career development platforms, or educational software. It helps in identifying complementary skills, enhancing skills matching algorithms, and supporting personalized learning paths. Use cases include creating skill recommendation engines, enhancing employee training programs, and improving career development resources.

Only the `content` parameter is required.

You can specify the language of the output, which defaults to `English`.

You can limit the output with the `max_quantity` parameter.

### AI jobs involve two key steps:

1. **Submitting the AI job:** Initiating the process by sending the job request.
2. **Monitoring and receiving results:** Continuously checking the job status and obtaining the final output upon successful completion.

---

### Related SDKs/Libraries

- Laravel

     [ Related Skills Generator for Laravel   ](https://github.com/sharpapi/laravel-hr-related-skills)
- Node.js

     [ Related Skills Generator for Node.js   ](https://www.npmjs.com/package/@sharpapi/sharpapi-node-related-skills)
- PHP

     [ Related Skills Generator for PHP 8 - AI-Powered Skills Discovery   ](https://github.com/sharpapi/php-hr-related-skills)

---

 ![Related Skills Generator](https://sharpapi.com/storage/241/conversions/HR---Related-Skills-Generator-%28AI%29-full_size.jpg) [     Check API Details Documentation   Check API Details Documentation ](https://documenter.getpostman.com/view/31106842/2s9Ye8faUp#431d157a-8083-4971-b846-c2aa934a01ca)

 [ ![SharpAPI SOC 2 Type II](/build/assets/resources/images/a2zweb-soc2-Cb6pM2no.png) ](https://trust.a2zweb.co/) SharpAPI is now SOC 2 Type II compliant. You can check details at our [ Trust Center Portal. ](https://trust.a2zweb.co/)

 Your data is your data. Learn how we protect it and comply with global privacy standards in our [ Data Handling and Compliance policy ](https://sharpapi.com/data-handling-and-compliance).

Step 1. Submit the AI Job request
---------------------------------

**Endpoint:** `POST - /v1/hr/related_skills`

AttributeTypeMandatoryDescriptioncontentStringYesSkill to generate related skills.languageStringNoSpecify the language of the output, defaults to `English`.max\_quantityNumberNoMaximum number of related skills to generate.---

**REQUEST EXAMPLE:**

```
{
    "content": "Quicken",
    "language": "English",
    "max_quantity":5
}

```

---

**RESPONSE EXAMPLE:**

```
{
  "status_url": "https://sharpapi.com/api/v1/content/translate/job/status/5de4887a-0dfd-49b6-8edb-9280e468c210",
  "job_id": "5de4887a-0dfd-49b6-8edb-9280e468c210"
}

```

---

Step 2. Monitor &amp; Fetch AI Job Results
------------------------------------------

**Endpoint:** `GET - /v1/hr/parse_resume/job/status/:uuid`

An endpoint is used to check on the progress of the requested API job.

**RESULT EXAMPLE:**

```
{
  "data": {
    "type": "api_job_result",
    "id": "bac70cd7-5347-4443-9632-c82019f73e9a",
    "attributes": {
      "status": "success",
      "type": "hr_related_skills",
      "result": {
        "skill": "Quicken",
        "related_skills": [
          {
            "name": "Accounting",
            "weight": 8.7
          },
          {
            "name": "Bookkeeping",
            "weight": 7
          },
          {
            "name": "Financial Management",
            "weight": 6.8
          },
          {
            "name": "Financial Reporting",
            "weight": 7.5
          },
          {
            "name": "Microsoft Excel",
            "weight": 6.5
          },
          {
            "name": "QuickBooks",
            "weight": 9.2
          }
        ]
      }
    }
  }
}

```

- Related Keywords:
- [ HR Tech ](https://workflows.a2zweb.co/en/tag/hr-tech)
- [ AI in Recruitment ](https://workflows.a2zweb.co/en/tag/ai-in-recruitment)
- [ HR API ](https://workflows.a2zweb.co/en/tag/hr-api)
- [ Recruitment ](https://workflows.a2zweb.co/en/tag/recruitment)
- [ Relevance ](https://workflows.a2zweb.co/en/tag/relevance)
- [ HR ](https://workflows.a2zweb.co/en/tag/hr)
- [ Hiring ](https://workflows.a2zweb.co/en/tag/hiring)
- [ Matching ](https://workflows.a2zweb.co/en/tag/matching)
- [ Careers ](https://workflows.a2zweb.co/en/tag/careers)
- [ Skills ](https://workflows.a2zweb.co/en/tag/skills)

###  Other HR Tech APIs

- [

     Job Description Generator ](https://workflows.a2zweb.co/en/catalog/ai/hr-tech/job-description-generator)
- [

     Related Job Positions Generator ](https://workflows.a2zweb.co/en/catalog/ai/hr-tech/related-job-positions-generator)
- [

     Resume/CV Parsing ](https://workflows.a2zweb.co/en/catalog/ai/hr-tech/resume-cv-parsing)
- [

     Resume/CV Job Match Score ](https://workflows.a2zweb.co/en/catalog/ai/hr-tech/resume-cv-job-match-score)

   [ ![SOC 2 Type II](/build/assets/resources/images/a2zweb-soc2-Cb6pM2no.png) ](https://trust.a2zweb.co/)We're SOC 2 Type II certified!

 Simply put, your data is in safe hands, and you can count on us to stay secure. Check the details at our [Trust Portal](https://trust.a2zweb.co/).

 © 2026 A2Z Web · Powered by [ ![SharpAPI logo](/build/assets/resources/images/logo200-C65na0V3.png) SharpAPI ](https://sharpapi.com/)
