Preview Parsed CV Data
CV
Preview Parsed CV Data
Preview the parsed CV data from the most recent upload
GET
Preview Parsed CV Data
Endpoint
http://localhost:3000/api/v1
This endpoint requires authentication and Job Seeker role.
Authentication
Include the access token in the Authorization header:Description
Get the latest parsed CV data from the most recent upload. Response shape matchesGET /job-seekers/me when parse is complete.
Response
Success Response (200 OK) - COMPLETED Status
Success Response (200 OK) - PENDING Status
Returned when CV is still being processed by NLP service:Success Response (200 OK) - FAILED Status
Returned when NLP parsing failed:Success Response (200 OK) - CONFIRMED Status
Returned when CV data has already been saved to profile:Error Response (404 Not Found)
Returned when no CV has been uploaded:Data Fields
Complete CV Flow
1
Upload CV
Call POST /cv/presigned-url to get an upload URL
2
Upload File
Upload the file using PUT with the upload URL
3
Confirm Upload
Call POST /cv/confirm to trigger NLP parsing
4
Preview Data
Call GET /cv-parse/preview to see parsed results
5
Call POST /cv-parse/confirm to save to your profile
Skills Verification: Skills are marked as
verified: true when parsed from CV. Manual skills
added during confirm are verified: false.