---
title: "Resume Screening API"
slug: resume-screening-api
url: https://apyverse.com/namastesumalya/service/resume-screening-api
provider: Sumalya APIs
categories: [Artificial Intelligence, HR]
tags: [resume-screening, hiring, candidate-screening, recruiting, hr-automation]
auth: api_key
---

# Resume Screening API 

Screen one resume or a batch of resumes against a job title. Useful for candidate triage, shortlist workflows, and hiring tools.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `namastesumalya/api/screen` | What it does Screen a resume against a job title by sending the job title and resume content in the… | 500 |
| POST | `namastesumalya/api/screen-bulk` | What it does Screens multiple resumes against a job title in a single request. The request body inc… | 2000 |

## About

## What it does
Resume Screening helps you compare resume text against a job title. Send a `jobTitle` and a single `resumeContent` string to screen one candidate, or send a `jobTitle` with an array of `resumes` to screen candidates in bulk.

Use it when you need a fast first pass before a recruiter or hiring manager reviews the full application. This is a good fit for shortlist workflows, applicant triage, and internal hiring tools where you want to rank or filter resumes against the role being hired for.

The service accepts plain text only in both endpoints, so you can feed it content extracted from PDFs, DOCX files, or pasted profiles without changing the request shape. The bulk endpoint is useful when you already have a batch of resumes and want to run the same screening criteria across all of them.

Resume Screening returns an empty response schema, so the catalog should be treated as input-only here. Build your workflow around the request contract: provide the role title and the resume text or list of resume texts, then handle the service's screening result as defined by the API implementation.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/namastesumalya/service/resume-screening-api
