Extract skills from file
POST
https://skill-parser-api.p.rapidapi.com
/v1/skills/upload
Extract skills from an uploaded file (PDF or DOCX)
Request Body
filestring · required
typestring · enumType of text
Enum values:generaljob_descriptionresumeDefault: general
Responses
Successful response with extracted skills
successboolean · requiredWhether the request was successful
Example: trueparsed_atstring · date-time · requiredTimestamp when the skills were parsed
Example: 2025-03-10T09:45:12.021Ztypestring · requiredType of text that was analyzed
Example: job_descriptiondataobject · required
Extract skills from text
POST
https://skill-parser-api.p.rapidapi.com
/v1/skills/text
Extract skills from raw text
Request Body
textstring · requiredThe text to analyze
typestring · enumType of text
Enum values:generaljob_descriptionresumeDefault: general
Responses
Successful response with extracted skills
successboolean · requiredWhether the request was successful
Example: trueparsed_atstring · date-time · requiredTimestamp when the skills were parsed
Example: 2025-03-10T09:45:12.021Ztypestring · requiredType of text that was analyzed
Example: job_descriptiondataobject · required
Skills gap analysis
POST
https://skill-parser-api.p.rapidapi.com
/v1/skills/gap-analysis
Compare skills between two texts (e.g., resume vs. job description)
Request Body
sourceTextstring · requiredSource text (typically a resume)
targetTextstring · requiredTarget text (typically a job description)
sourceTypestring · enumType of source text
Enum values:resumegeneraljob_descriptionDefault: resumetargetTypestring · enumType of target text
Enum values:job_descriptiongeneralresumeDefault: job_description
Responses
Successful response with skills gap analysis
successboolean · requiredWhether the request was successful
Example: trueanalyzed_atstring · date-time · requiredTimestamp when the analysis was performed
Example: 2025-03-10T09:48:23.341Zsource_typestring · requiredType of source text
Example: resumetarget_typestring · requiredType of target text
Example: job_descriptionsource_skillsobject · requiredtarget_skillsobject · requiredgap_analysisobject · required