RChilli provides web API to parse resumes which convert resumes of any format to JSON.
Please read the integration and product information documentation shared by RChilli Team. This will help you to understand in detail, how to integrate or implement the RChilli API service and what is the output field value structure.
You can download the sample codes available in various technology that suits your programming language. Further, use the shared RChilli MyAccount API URL details and start parsing.
RChilli provides two methods for resume parsing.
RChilli Resume Parser Methods: There are two types of methods for accessing RChilli Resume Parser API:
1). Parsing by Resume Binary Data
2). Parsing by Resume Public URL
1). Parsing by Resume Binary Data: RChilli web API allows you to parse the resume using binary data in base64 format.
Method Name in API : - parseResumeBinary
Method Type : - POST
Parameters: -
- File Data (String) Resume binary data in base64
- File Name (String) Resume with the name with extension (e.g. resumeSample.doc)
- User Key (String) Valid User Key as provided by RChilli
- Version (String) 8.0.0
- Sub User Id (String) As per the contract
2). Parsing by Resume Public URL: RChilli Web API allows you to parse a resume using resume public URL, which means resume file which is placed at some public accessible URL like http://example.net/sample.docx.
Method Name in API : - parseResume
Method Type : - POST
Parameters: -
- Resume URL (String) Resume public URL with the filename. (URL for example http://example.net/sample.docx).
- User Key (String) Valid user key as provided by RChilli
- Version (String) 8.0.0
- Sub User Id (String) As per the contract
Additional Information is available here: -
https://docs.rchilli.com/resumeparser/v8/RChilliResumeParser.html
If you still have any concerns with RChilli API integration, you can contact the RChilli Support team. Just raise a query/issue at RChilli HelpDesk or send an email at support@rchilli.com.
Comments
0 comments
Please sign in to leave a comment.