DEV Community

Caleb Luna solis
Caleb Luna solis

Posted on

How to parse any CV with AI in 3 lines of Python (free API)

The problem
Every HR tool, ATS system, and job board needs to read resumes. Most teams end up building custom OCR + NLP pipelines that are expensive and hard to maintain.

The solution
I built ResumeAI API — a REST API powered by Claude (Anthropic) that handles the entire CV processing pipeline for you.

How it works

  1. Parse a CV:

ResumeAI parsing demo

Response:

ResumeAI parsing demo

  1. Score a candidate:

ResumeAI parsing demo

  1. Rank multiple candidates:

ResumeAI parsing demo

Try it free
50 requests/month on the free tier — no credit card needed.

👉 https://rapidapi.com/caleblunaxd123/api/resumeai2

Built with: FastAPI + Claude Haiku + Render + RapidAPI

Would love feedback in the comments!

Top comments (0)