Quick overview This workflow accepts a resume PDF via webhook, extracts the text, and uses OpenRouter (OpenAI model) to generate an ATS-style analysis and score for a specified job role, returning a clean JSON response to the requester. How it works 1. Receives a POST webhook request containing a resume PDF (and an optional jobrole value in the request body). 2. Extracts text content from the uploaded PDF file. 3. Sends the resume text and target job role to an AI agent backed by an OpenRouter c

Quick overview This workflow accepts a resume PDF via webhook, extracts the text, and uses OpenRouter (OpenAI model) to generate an ATS-style analysis and score for a specified job role, returning a clean JSON response to the requester. How it works 1. Receives a POST webhook request containing a resume PDF (and an optional jobrole value in the request body). 2. Extracts text content from the uploaded PDF file. 3. Sends the resume text and target job role to an AI agent backed by an OpenRouter chat model to produce an ATS analysis as JSON. 4. Cleans the AI output, parses it as JSON, and normalizes fields like atsscore, missingskills, and improvementsuggestions. 5. Returns the final structured JSON (or an error payload with the raw AI output if parsing fails) in the webhook response. Setup 1. Add an OpenRouter API credential and select it in the OpenRouter Chat Model node. 2. Configure the calling app to send a POST request to the workflow webhook URL with the resume PDF in the resumefile binary field and optionally include body.jobrole. 3. Ensure the incoming file is a PDF and that the Extract from File node’s binary property name matches the uploaded file property.
Download the workflow JSON file after purchase.
Open n8n → click the menu → Import from File.
Select the downloaded JSON and import.
Set up credentials for each node that requires them.
Click Execute Workflow to test, then activate.
Setup guide included
Purchase to unlock the full step-by-step guide
No reviews yet
Be the first to buy and share your experience.
Leave a review
Sign in to share your experience with this workflow.
Create a free account to purchase workflows.
Need help setting this up?
Book a 3-hour live setup session with an Agility consultant.