Spaces:
Runtime error
Runtime error
File size: 468 Bytes
16a5ad1 2bea989 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ---
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": "..."
}
|