Public Beta v1.0
Build the future of
HR Tech
Integrate powerful resume parsing, candidate scoring, and interview generation into your applications with just a few lines of code.
Powerful Parsing
Extract structured data (PII, Skills, Education) from PDF/DOCX resumes with 99% accuracy using our enhanced engine.
Enterprise Security
SOC2 compliant workflows. Your data is processed in secure, isolated environments with strict retention policies.
Global Support
Automatically detect and parse resumes in 20+ languages including English, French, German, and Spanish.
Base URL
All API requests should be made to the following base URL:
https://api.evalcv.com/v1
Rate Limiting
The API implements rate limiting to ensure fair usage. Limits are applied per IP address or per API Key. Standard limits are:
- Free / Public5 req / 24h
- Basic Plan100 req / min
- EnterpriseCustom
Errors
Eval CV uses standard HTTP response codes to indicate the success or failure of an API request.
| Code | Description |
|---|---|
| 200 | Request successful. |
| 400 | Bad Request. Check your input parameters. |
| 401 | Unauthorized. Invalid API Key. |
| 429 | Too Many Requests. Rate limit exceeded. |