Transform Resumes into Structured JSON

This API ingests PDF resumes, analyzes their content with Anthropic's Claude models, and responds with rich JSON that is ready for downstream processing.

1

Upload a PDF

Send any PDF resume to /resume-to-json/ using a standard multipart form upload.

2

LLM Parsing

An LLM extracts structured data such as experience, skills, and education.

3

JSON Output

Receive a JSON document you can store, search, or feed into automations immediately.

Explore the API Powered by FastAPI

Quick Example

Try the request below to see the JSON response structure:

curl -X POST 
  -F "file=@resume.pdf" 
  https://<your-host>/resume-to-json/

Try It In The Browser

Select a PDF resume and we will call the API for you. The JSON response appears below.

No file selected.