RChilli JD Parsing:
We provide Web API to parse job description or JD, which converts any format job description to structured JSON output. JD parsing facilitates easy parsing of job descriptions by filtering information into fields.
RChilli JD Parser Methods: There are two types of methods to call JD Parser API:
1) Parsing by JD Binary Data
2) Parsing by JD Text
1) Parsing by JD Binary Data: RChilli web API allows you to parse JD using binary data in base64 format.
Method Name in API: ParseJD
Parameters
- FileData (String) JD file binary data in base64
- FileName (String) JD filename with an extension (eg. JdSoftwaredeveloper.doc)
- UserKey (String) Valid UserKey as provided by RChilli
- Version (String) 3.0
- SubUserId (String) As per the contract
Rest Request:
{
"filedata":"base 64 data for jd file",
"filename":"jd file name with extenstion",
"userkey":"your user key provided by RChilli",
"version":"3.0",
"subuserid":"your sub user id as per agreement",
}
2) Parsing by JD Text: RChilli web API allows you to parse JD using binary data in base64 format.
Method Name in API: ParseJDText
Parameters
- Base64Text (String) JD text in a base64 format
- UserKey (String) Valid user key as provided by RChilli
- Version (String) 3.0
- SubUserId (String) As per the contract
Rest Request
{
"base64text":"base64 string for jd text",
"userkey":"your user key",
"version":"3.0",
"subuserid": "your subuser id as per agreement"
}
You can contact RChilli Support team via creating a ticket at RChilli HelpDesk or you can send an email at support@rchilli.com for any kind of assistance.
Comments
0 comments
Please sign in to leave a comment.