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.
Upload a PDF
Send any PDF resume to /resume-to-json/
using a standard multipart form upload.
LLM Parsing
An LLM extracts structured data such as experience, skills, and education.
JSON Output
Receive a JSON document you can store, search, or feed into automations immediately.
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.