Speed up first pass resume review with AI. The flow pulls a CV from a direct link, reads the text, and returns a clear, structured match report. HR teams and recruiters can quickly see fit, strengths, and risks without reading every page.
A manual test starts the run. A Set node stores the file link and a system prompt that explains the JSON format you want. An HTTP Request node downloads the file. Extract From File turns the PDF into plain text. Another HTTP Request calls OpenAI chat completions with the text and job details. A final step parses the model reply into JSON so it is easy to use in other tools.
You need an OpenAI API key and a public direct link to each CV file. Expect review time to drop from thirty minutes to a few minutes with more consistent scoring. This suits staffing firms, in house recruiters, and hiring managers who process many applicants and want a standard first pass across roles.