Resume Review Response Format
The Resume Review service provides detailed feedback about your resume. Below is a comprehensive list of all fields in the response.
Field | Type | Description |
---|---|---|
score | Integer | The overall score of the resume, out of 100 (e.g., 87). |
result | Result Object | An object containing the review feedback for different sections of the resume. |
Result.contact | SectionReview Object | Feedback on the contact information section of the resume. |
Result.contact.pros | Array [String] | A list of positive points about the contact information (e.g., "A professional email address is properly included."). |
Result.contact.cons | Array [Cons Object] | An array of negative points about the contact information (can be empty if none). |
Result.contact.cons.message | String | The negative point message text about the contact information. (e.g. "LinkedIn profile is not linked.") |
Result.contact.cons.tips | Array [String] | An array of tips about the negative points of the contact information. |
Result.experiences | SectionReview Object | Feedback on the work experiences section of the resume. |
Result.experiences.pros | Array [String] | A list of positive points about the work experiences (e.g., "Job titles in the experience section are clearly defined."). |
Result.experiences.cons | Array [Cons Object] | An array of negative points about the work experiences. (can be empty if none). |
Result.experiences.cons.message | String | The negative point message text about the work experiences. (e.g. "Some descriptions in your work experience section lack a professional tone.") |
Result.experiences.cons.tips | Array [String] | An array of tips about the negative points of the work experiences. |
Result.educations | SectionReview Object | Feedback on the education section of the resume. |
Result.educations.pros | Array [String] | A list of positive points about the education section (e.g., "University names are mentioned, detailing the academic journey."). |
Result.educations.cons | Array [Cons Object] | An array of negative points about the education section (can be empty if none). |
Result.educations.cons.message | String | The negative point message text about the education section (e.g. "University name is not mentioned.") |
Result.educations.cons.tips | Array [String] | An array of tips about the negative points of the education section. |
Result.skills | SectionReview Object | Feedback on the skills section of the resume. |
Result.skills.pros | Array [String] | A list of positive points about the skills section (e.g., "Skills are listed, highlighting competencies and strengths."). |
Result.skills.cons | Array [Cons Object] | An array of negative points about the skills section (can be empty if none). |
Result.skills.cons.message | String | The negative point message text about the skills section (e.g. "Your skills list contain irrelevant skills.") |
Result.skills.cons.tips | Array [String] | An array of tips about the negative points of the skills section. |
Result.summary | SectionReview Object | Feedback on the summary or objective section of the resume. |
Result.summary.pros | Array [String] | A list of positive points about the summary section (e.g., "A professional summary/objective is present, giving a career overview."). |
Result.summary.cons | Array [Cons Object] | An array of negative points about the summary section (can be empty if none). |
Result.summary.cons.message | String | The negative point message text about the summary section (e.g. "Your summary contains irrelevant or incorrect information.") |
Result.summary.cons.tips | Array [String] | An array of tips about the negative points of the summary section. |
Result.format | SectionReview Object | Feedback on the format and structure of the resume. |
Result.format.pros | Array [String] | A list of positive points about the resume format (e.g., "PDF is a good format to share your resume."). |
Result.format.cons | Array [Cons Object] | An array of negative points about the resume format (can be empty if none). |
Result.format.cons.message | String | The negative point message text about the resume format. |
Result.format.cons.tips | Array [String] | An array of tips about the negative points of the resume format. |
suggested | Suggested Object | An object containing suggested content for sections of the resume. |
Suggested.summary | SectionContent Object | Suggested content for the summary section of the resume. |
Suggested.summary.content | String | The suggested summary text of the resume. |