API Documentation

Comparative Analysis

POST/comparative_analysis

This service compares candidates across various attributes, providing actionable insights to support decision-making. By analyzing diverse data points, it aids in identifying the most suitable candidates based on objective criteria.

Example Request

 
{
  "jd"   : (binary file data),
  "resume1" : (binary file data),
  "resume2" : (binary file data),
  "resume3" : (binary file data),
  "Roles and Responsibilities" : "True or False",
  "Industry-Specific Experience" : "True or False",
  "Domain Specific Experience": "True or False",
  "Skills":"True or False",
  "Experience":"True or False",
  "Certification":"True or False",
  "Technical Tools and Languages":"True or False",
  "Location Alignment":"True or False",
  "Soft Skills":"True or False",
  "Cultural Fit":"True or False",
  "Qualification":"True or False",
  "References and Recommendation":"True or False"
}

Example Response


{
  "success": true,
  "data": {
      "response": {
          "ElliotAlderson": {
              "Total matching percentage": 70,
              "Roles and Responsibilities": 8,
              "Industry-Specific Experience": 6,
              "Domain Specific Experience": 7,
              "Skills": 8,
              "Experience": 7,
              "Technical Tools and Languages": 8,
              "Qualification": 8,
              "Cultural Fit": 8,
              "Pros": [
                  "Strong experience in full-stack development, including the MEAN stack, aligns well with the job description",
                  "Good proficiency in Python, Flask, and SQLAlchemy matches the job requirements",
                  "Experience in Agile environments and with product demos is a plus"
              ],
              "Cons": [
                  "Limited specific experience with some of the required technical tools and languages, such as Debian-based Linux distributions, RDBMS installation and configuration, and Docker scripts"
              ]
          },
          "DavidBaker": {
              "Total matching percentage": 60,
              "Roles and Responsibilities": 7,
              "Industry-Specific Experience": 5,
              "Domain Specific Experience": 6,
              "Skills": 7,
              "Experience": 6,
              "Technical Tools and Languages": 7,
              "Qualification": 7,
              "Cultural Fit": 7,
              "Pros": [
                  "Extensive experience in leading and developing teams, demonstrating leadership and project management skills",
                  "Certified Scrum Master with experience in Agile environments aligns with the job description",
                  "Proficient in a wide range of technical tools and languages, including MongoDB, Express.js, AngularJS, Swift, Java, and Python"
              ],
              "Cons": [
                  "Limited experience in some specific technical tools and languages, such as Debian-based Linux distributions, RDBMS installation and configuration, and Docker scripts",
                  "Less direct experience in the required role compared to the other candidate"
               ]
          }
     }   
}