API Reference
REST API for integrating Resume Mapper directly without the widget.
Authentication
All API requests must include your API key in the request header:
X-API-Key: rm_your_api_key
Base URL
https://resume-mapper.dev
Endpoints
POST/api/parse
Parse a CV file and return structured data.
Auth: Required — X-API-Key header
Body: multipart/form-data — field: file (PDF, DOCX, TXT)
Response:
{
"success": true,
"rawData": { ... },
"mappedData": { ... }
}Rate Limits
| Plan | Monthly parses | Rate limit |
|---|---|---|
| Free | 10 | 10 req/min |
| Starter | 200 | 60 req/min |
| Pro | Unlimited | 1000 req/min |