Multi-Format CV Parsing
The parser accepts PDF, DOC, DOCX, JPG, and PNG resumes and returns structured JSON for downstream systems.
Private beta access by invitation
CVLens is a developer-first API that extracts structured CV data from PDF, DOC, DOCX, JPG, and PNG resumes and lets customers request optional paid analysis per upload.
curl -X POST https://cvlens.ai/api/cv-parser/parses \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "cv=@resume.docx"
The parser accepts PDF, DOC, DOCX, JPG, and PNG resumes and returns structured JSON for downstream systems.
Paid teams can request `features[]=analysis` only for the CVs where seniority and consistency checks are worth the extra cost.
New workspaces currently require an invitation link. Contact support@amyla.net if you want access to the parser.
CVLens extracts the most important resume data points and normalizes them into a clean API response with optional per-request analysis.
names, contact fields, birth date, social links
job titles, companies, dates, descriptions
degrees, institutions, fields, years
location parts, document language, and canonical profile details
seniority assessment plus consistency and completeness checks
multipart upload, polling, and request-controlled add-ons
Send a CV, receive structured JSON. Add analysis only when you want the extra signal.
{
"id": "01jt...",
"status": "completed",
"poll_url": "/api/cv-parser/parses/01jt...",
"data": {
"person": {
"full_name": "Jane Miller",
...
"social_links": [{ "type": "linkedin" }],
"location": { "city": "Berlin", "country_code": "DE" }
},
...
"document": { "document_language": "de" }
},
"analysis": {
"seniority_assessment": { "level": "senior" }
},
...
}
CVLens focuses on predictable API behavior, encrypted short-term retention, and explicit cost control per CV.
structured candidate data designed for downstream systems
encrypted storage expires after 7 days
simple HTTP API with optional `features[]` add-ons
normalize data
pre-fill profiles
smarter workflows
automate intake
Simple usage-based pricing for base parsing, with optional paid analysis requested per CV.
€0
€5/mo
Self-service checkout is paused during the private beta.
Custom
CVLens is in private beta. Contact support@amyla.net if you want access to the parser.