ats-score-analyzer / README.md
Dev1012's picture
Initial deploy: ATS Score Analyzer API
536d156
---
title: Ats Score Analyzer
emoji: ๐Ÿš€
colorFrom: purple
colorTo: indigo
sdk: docker
pinned: false
license: mit
---
# ATS Score Analyzer
An explainable AI-based ATS-style resume scoring API.
## Disclaimer
This tool provides an AI-based approximation of common resume screening patterns.
It is **not affiliated with or representative of any real Applicant Tracking System**.
## API
POST /ats-score
```json
{
"resume_text": "...",
"job_description": "..."
}