Resume Parsing
Parse resumes and CVs into structured candidate data.
Use the Rosetta Extract API with a custom JSON schema to pull structured data from resume parsing documents. PDF extraction API with native MCP support for Cursor and Claude.
curl -X POST https://rosettafolio.com/api/v2/extract \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@document.pdf" \
-F 'schema={"type":"object","properties":{...}}'