RChilli Search and Match
RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms.
RChilli Search and Match endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Parse and Index /parseAndIndex |
To search resume's and JD's using RChilli Search and Match API, you require to parse the resume/JD and index them. The indexing provides operations for managing the indexes. This… |
| POST |
Simple Search /simpleSearch |
The Simple Search API method empowers you to make your document searchable with a string query without specifying search parameters. In Simple Search API call, you get candidates… |
| POST |
Boolean Search /booleanSearch |
In the boolean search you can customize your search by specifying search parameters like - Job Profile, Company, Degree, etc. Boolean Search gives more flexibility in searching… |
| POST |
Match /match |
This API find Resumes/Job Descriptions matching your input documents. There are four types of matching cases as follows: Resume to Resume: Get resumes from the index which… |
| POST |
Match with ID /matchWithId |
This API find Resumes/Job descriptions matching your input documents ID's. There are four types of matching cases as follows: 1. Resume to Resume: Get resumes from the index… |
| POST |
One To One Match /oneMatch |
This API matches the candidate CV with the JD. The API responds the detailed matching score once the candidate CV matches with the JD. |
| POST |
Get Document Ids /getDocumentIds |
This API is used to get all the indexed document ID's. |
| POST |
Get Document Detail /getDocumentDetail |
This API is used to get a particular indexed document detail by providing document ID. |
| POST |
Delete /delete |
This API is used to delete indexed files, from the database, by providing document ID. |
| POST |
Spell Checking /spellCheck |
If you give any wrong input while searching, this API will check and correct it. |
| POST |
Delete All Documents /deleteAllDocs |
This API is used to delete all indexed files from the database. |
| POST |
Analyze /analyze |
The Analyze query is an extension of the Simple Search. It analyzes the search string and brings out all the search keywords separately for a more refined result of your query in… |
| POST |
Index Count /indexCount |
This API is used to returns the number of documents indexed for an Index key. |
| POST |
Suggestions /suggestions |
This API is used to returns the suggestions for different search fields like JobProfile, Skill, and Degree. |
RChilli Search and Match pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $312 / month | — |
|
| ULTRA | $1,105 / month | — |
|
| MEGA | $2,405 / month | — |
|