Get Resume Detail
Fetches detailed information about a specific resume, including complete analysis history with all scores and suggestions, parsed text content, and associated interview sessions.Endpoint
Authentication
This endpoint requires authentication. Include your authentication token in the request headers.Path Parameters
The unique identifier of the resume to retrieve
Response
Status code.
200 indicates success.Response message
Detailed resume information
Examples
Response Example
Success Response
Response with Analysis Pending
Response with Analysis Failed
Understanding Analysis Scores
Overall Score (overallScore)
Overall Score (overallScore)
Weighted average of all individual scores, representing the overall resume quality:
- 90-100: Exceptional - Ready for senior positions
- 80-89: Excellent - Competitive for most roles
- 70-79: Good - Solid foundation with room for improvement
- 60-69: Average - Several areas need enhancement
- Below 60: Needs significant revision
Content Score (contentScore)
Content Score (contentScore)
Evaluates the quality and relevance of resume content:
- Relevance of work experience
- Quality of project descriptions
- Clarity of achievements
- Professional accomplishments
Structure Score (structureScore)
Structure Score (structureScore)
Assesses the organization and formatting:
- Logical section arrangement
- Consistent formatting
- Visual hierarchy
- Readability and white space usage
Skill Match Score (skillMatchScore)
Skill Match Score (skillMatchScore)
Measures skill relevance and keyword optimization:
- Technical skills coverage
- Industry-relevant keywords
- Tool and technology mentions
- Certifications and qualifications
Expression Score (expressionScore)
Expression Score (expressionScore)
Evaluates language quality and communication:
- Grammar and spelling
- Professional tone
- Concise expression
- Action verb usage
Project Score (projectScore)
Project Score (projectScore)
Assesses the quality of project experience descriptions:
- Project complexity and scale
- Role and responsibilities clarity
- Measurable outcomes
- Technical challenges addressed
Error Responses
Error Response Example
Use Cases
- Resume Review: Display comprehensive analysis results to users
- Progress Tracking: Check if asynchronous analysis has completed
- History Viewing: Show analysis evolution over time if resume was re-analyzed
- Interview Preparation: Access full resume content and analysis before mock interviews
- Export Preparation: Gather data before generating PDF reports
Polling for Analysis Completion
When a resume is uploaded, analysis runs asynchronously. Implement polling to check completion:
Related Endpoints
- List Resumes - Get all resumes
- Export Resume Analysis - Download PDF report
- Reanalyze Resume - Retry failed analysis
- Delete Resume - Remove resume and analysis data
