Key Features
✅ Real Matching Logic
Goes beyond keywords by evaluating actual job experience, education, technical stacks, methodologies, and more.
📊 20+ Compatibility Parameters
Includes scores for skills, certifications, cultural fit, stability, location preferences, and more.
💬 Built-In Explanation Engine
Get reasoning behind the score—great for recruiters and hiring managers who want transparency.
📡 RESTful API, Developer Friendly
Supports multipart form uploads. You can integrate it into ATS platforms or use it in standalone workflows.
🌍 Supports Localization
Want explanations in French or Spanish? Just set the language parameter.
Method: POST
Content Type: multipart/form-data
Request Body
Attribute | Type | Mandatory | Description |
---|
file | File | Yes | Resume/CV file (PDF, DOCX, TXT, etc.) |
language | String | No | Language for explanations (default is "English") |
content | String | Yes | Full job description in plain text |
Sample Response
HTTP Response Codes
The method may return one of the following HTTP status codes:
Status Code | Description |
---|
202 | The job was submitted successfully. |
401 | Required authentication information is either missing or not valid for the resource. |
400 | Invalid input - if the file is invalid or corrupted. |
500 | If any unexpected error occurs while submitting the request. |