Yes, Search & Match can be fully automated. RChilli provides APIs for Indexing, searching, and Matching, and the automation logic can be implemented on the client/system side by calling the appropriate APIs at the right time.
Below is the recommended workflow to automatically trigger matching when a new resume arrives:
How the Automated Flow Works
Step 1 — Parse and Index the Resume
When a resume enters your system, call the ParseAndIndex API.
This will:
- Parse the resume
- Index it in RChilli System
- Return the document ID and Parsing Output in the API response
Step 2 — Trigger Matching Automatically
Once you receive the resume’s documentId, you can automatically call the appropriate match endpoint.
Two match options are available:
- Match API
- Use this if you want to match the resume against all existing job descriptions in your index.
- Match With ID API
- Use this if you want to match the resume against specific JDs (for example, selected or active job IDs only).
Your system will need to trigger this match call programmatically—no manual input is required.
Credits & Costs
- Indexing consumes credits.
- Searching and Matching do NOT consume credits, making automated matching completely cost-efficient.
Documentation:
- ParseAndIndex API: Parse and Index
- Match API: Match
- Match With ID API: Match with ID
- Dynamic Weightage: Dynamic Weightage
- Match using Indexed IDs: Match using Indexed IDs
Comments
0 comments
Please sign in to leave a comment.