Overview
This node extracts structured information from a CV (curriculum vitae) document by sending the CV data to an external parsing API. It is useful for automating the processing of resumes, enabling HR systems or recruitment workflows to automatically retrieve key applicant details without manual data entry. For example, it can be used to parse uploaded CVs in various languages and extract relevant applicant information such as skills, experience, and contact details.
Properties
| Name | Meaning |
|---|---|
| File URL | The URL where the CV file is located. |
| File Name | The name of the CV file being processed. |
| Applicant ID | A unique identifier for the applicant whose CV is being parsed. |
| Customer Number | A customer-specific number associated with the request or applicant. |
| Language | The language code for the response output. Options: English (EN-GB), German (DE), French (FR), Italian (IT). |
Output
The node outputs the parsed CV information in JSON format. This JSON contains the extracted data fields returned by the external CV parsing service, which typically include structured applicant details such as personal information, work experience, education, skills, and other relevant CV content.
No binary data output is indicated.
Dependencies
- Requires an API key credential to authenticate requests to the external CV parsing service.
- The node sends a POST request to
https://api.mona-ai.cloud/parsing/parseCV. - Proper configuration of the API credentials within n8n is necessary for successful operation.
Troubleshooting
- Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Incorrect or inaccessible file URLs may result in errors retrieving the CV document.
- Unsupported file formats or corrupted files might lead to parsing errors.
- Error messages:
- Authentication errors indicate problems with the provided API key or user ID; verify credentials.
- HTTP errors related to the file URL suggest checking the URL's accessibility and correctness.
- Parsing errors may require validating the input CV file format and content.
Links and References
- Mona AI CV Parsing API Documentation (example link, replace with actual if available)