RMS Guide
  • Rezi RMS Introduction
  • Rezi RMS CONFIGURATIONS
    • RMS Branding
    • Login Customization
      • Custom Token Implementation
    • URL Customization
      • How to connect my custom Domain to Rezi RMS ?
      • How to customize transactional email sender?
    • Section Video Customization
    • Sample Library Customization
      • Adding Cover Letter Samples
      • Adding Resume Samples
      • Adding Sample Category
    • Various Options
      • Mobile banner "Switch to desktop"
    • Pricing & Promotion
      • Pricing option
      • Promotion
      • Upgrade User Plan from API
    • Resume review
    • WebHook
      • How to add a new WebHook ?
      • Event List
        • Resume Section Saved
  • Rezi RMS Admin
    • Account Role Types
  • Rezi RMS Integration
    • Integration
  • REZI API
    • Overview
    • Private token API
    • User
      • User object
      • GET /users
      • GET /user/:userID
      • GET /user/:userID/resumes
      • POST /user/token
    • Resume
      • Resume object
      • GET /resume/:resumeID
      • GET /resume/:resumeID/download
      • GET /resume/:resumeID/score
      • POST /user/:userID/resume
    • Plans
      • POST /user/:userID/upgrade
Powered by GitBook
On this page
  1. REZI API
  2. Resume

GET /resume/:resumeID/score

Get score and score details for resume ID

GET https://open-api.rezi.ai/v1/resume/:resumeID/score

Query Parameters

Name
Type
Description

resumeID*

String

Resume ID

Headers

Name
Type
Description

Authentication*

String

"Bearer PRIVATE_TOKEN_API_KEY" Authentication token to secure and track down your usage. Use this specific format with your Private API key

{
	"message": "success",
	"data": {
		"Content": {
			"f29": {
				"title": "Consistent bullets points",
				"score": 7,
				"max": 7,
				"critical": true,
				"desc": "Your resume has %%var%% without consistent bullet points",
				"more": "Only bullet points (•) are acceptable to start sentences.",
				"analyze": {
					"count": 0,
					"total": 4,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": []
				}
			},
			"f6": {
				"title": "Punctuated bullets points",
				"score": 7,
				"max": 7,
				"critical": true,
				"desc": "Your resume has %%var%% without punctuated bullet points",
				"more": "Capitalize the first letter and end with a period for each bullet point.",
				"analyze": {
					"count": 0,
					"total": 4,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": []
				}
			},
			"f5": {
				"title": "Short bullet points",
				"score": 5,
				"max": 5,
				"critical": true,
				"desc": "Your resume has %%var%% with short bullet points",
				"more": "Add detail to each bullet point fully communicate why it is significant.",
				"analyze": {
					"count": 0,
					"total": 4,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": []
				}
			},
			"f4": {
				"title": "Quantified bullet points",
				"score": 2.25,
				"max": 3,
				"critical": false,
				"desc": "Your resume has %%var%% without measured responsibilities or achievements",
				"more": "It's critical to give context to the size and scope of the work that you did.",
				"analyze": {
					"count": 1,
					"total": 4,
					"projects": 0,
					"experience": 1,
					"involvement": 0,
					"global": 0,
					"moreInfos": [{
						"id": "-i7IOo-7w",
						"title": "COBOL programmer",
						"section": "experience"
					}]
				}
			},
			"f3": {
				"title": "Count bullet points",
				"score": 1.5,
				"max": 3,
				"critical": true,
				"desc": "Your resume has %%var%% with an incorrect number of bullet points.",
				"more": "It's critical to include between 3-6 bullet points.",
				"analyze": {
					"count": 2,
					"total": 4,
					"projects": 0,
					"experience": 2,
					"involvement": 0,
					"global": 0,
					"moreInfos": [{
						"id": "-i7IOo-7w",
						"title": "COBOL programmer",
						"section": "experience"
					}, {
						"id": "GTQ1n6AlI",
						"title": "Systems Programmer",
						"section": "experience"
					}]
				}
			},
			"f23": {
				"title": "Weak bullet points",
				"score": 1,
				"max": 2,
				"critical": false,
				"desc": "Your resume has %%var%% with weak bullet points",
				"more": "Weak verbs will fail to explain your experience with meaningful language.",
				"analyze": {
					"count": 2,
					"total": 4,
					"projects": 0,
					"experience": 2,
					"involvement": 0,
					"global": 0,
					"moreInfos": [{
						"id": "sEVmTpBNC",
						"title": "Co-leader & Co -partner",
						"section": "experience"
					}, {
						"id": "2g_V9wACO",
						"title": "IT Design & Conception",
						"section": "experience"
					}]
				}
			},
			"f24": {
				"title": "Personal pronouns",
				"score": 1,
				"max": 1,
				"critical": false,
				"desc": "Your resume has %%var%% with personal pronouns",
				"more": "Leave out personal pronouns like “I”, “my”, and “me”. This style is referred to as “first person implied”.",
				"analyze": {
					"count": 0,
					"total": 4,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": []
				}
			},
			"f25": {
				"title": "buzzword",
				"score": 0.75,
				"max": 1,
				"critical": false,
				"desc": "Your resume has %%var%% using buzzwords",
				"more": "Avoid using generic buzzwords that are commonly found in resumes.",
				"analyze": {
					"count": 1,
					"total": 4,
					"projects": 0,
					"experience": 1,
					"involvement": 0,
					"global": 0,
					"moreInfos": [{
						"id": "-i7IOo-7w",
						"title": "COBOL programmer",
						"section": "experience"
					}]
				}
			},
			"f26": {
				"title": "Passive voice",
				"score": 0.75,
				"max": 1,
				"critical": false,
				"desc": "Your resume has %%var%% with passive voice",
				"more": "Passive voice can reduce the clarity of writing.",
				"analyze": {
					"count": 1,
					"total": 4,
					"projects": 0,
					"experience": 1,
					"involvement": 0,
					"global": 0,
					"moreInfos": [{
						"id": "sEVmTpBNC",
						"title": "Co-leader & Co -partner",
						"section": "experience"
					}]
				}
			},
			"f27": {
				"title": "Filler words",
				"score": 1,
				"max": 1,
				"critical": false,
				"desc": "Your resume has %%var%% with filler words",
				"more": "Filler words add no value to the sentence while adding unnecessary words.",
				"analyze": {
					"count": 0,
					"total": 4,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": []
				}
			}
		},
		"Format": {
			"f1": {
				"title": "Page length",
				"score": 100,
				"max": 100,
				"critical": true,
				"desc": "Your resume is %%var%% page long",
				"more": "One page is sufficient to include enough relevant experiences for any targeted application.",
				"analyze": {
					"count": 1,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 1,
					"moreInfos": [],
					"infos": 1.01
				}
			},
			"f45": {
				"title": "Resume Format",
				"score": 8,
				"max": 8,
				"critical": true,
				"desc": "Your resume uses the Rezi Alternative Format",
				"more": "Either the Standard Format or the Compact Format are recommended for all Rezi users.",
				"analyze": {
					"count": 0,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": [],
					"infos": "omega-template"
				}
			},
			"f30": {
				"title": "Font size",
				"score": 0,
				"max": 5,
				"critical": true,
				"desc": "Your font size is %%var%%",
				"more": "Select a font size from 8.5pt to 9.5pt for best results.",
				"analyze": {
					"count": 1,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 1,
					"moreInfos": [],
					"infos": 12
				}
			},
			"f43": {
				"title": "High Numbers of bullet points",
				"score": 6,
				"max": 6,
				"critical": true,
				"desc": "Your resume has %%var%% with more than 6 bullet points.",
				"more": "Include 2-6 bullet points for each experience",
				"analyze": {
					"count": 0,
					"total": 4,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": []
				}
			},
			"f44": {
				"title": "Low Numbers of bullet points",
				"score": 2,
				"max": 2,
				"critical": false,
				"desc": "Your resume has %%var%% with less than 2 bullet points.",
				"more": "Include 2-6 bullet points for each experience",
				"analyze": {
					"count": 0,
					"total": 4,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": []
				}
			}
		},
		"Optimization": {
			"f33": {
				"title": "Tailored to job description",
				"score": 0,
				"max": 10,
				"critical": true,
				"desc": "Your resume is not tailored for a specific job description",
				"more": "Add specific keywords from a targeted job description to optimize your resume.",
				"analyze": {
					"count": 1,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 1,
					"moreInfos": []
				}
			},
			"f31": {
				"title": "Defined experience level",
				"score": 0,
				"max": 0.1,
				"critical": false,
				"desc": "Experience not defined",
				"more": "Your resume is not targeted for an experience level.",
				"analyze": {
					"count": 1,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 1,
					"moreInfos": []
				}
			},
			"f32": {
				"title": "Defined industry",
				"score": 0,
				"max": 0.1,
				"critical": false,
				"desc": "Industry not defined",
				"more": "Your resume is not targeted for a specific field.",
				"analyze": {
					"count": 1,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 1,
					"moreInfos": []
				}
			}
		},
		"Best Practices": {
			"f41": {
				"title": "Email missing",
				"score": 0,
				"max": 2,
				"critical": true,
				"desc": "Your Email address is missing",
				"more": "Add a clean email address like firstname-lastname@gmail.com to be contacted easily.",
				"analyze": {
					"count": 1,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 1,
					"moreInfos": [],
					"infos": ""
				}
			},
			"f36": {
				"title": "Skills included",
				"score": 6,
				"max": 6,
				"critical": true,
				"desc": "Your skills are formatted incorrectly",
				"more": "Skills should be condensed into categories such as hard skills, soft skills, etc.",
				"analyze": {
					"count": 0,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": []
				}
			},
			"f37": {
				"title": "Dates included",
				"score": 4,
				"max": 4,
				"critical": true,
				"desc": "Your resume has %%var%% with incorrect date formatting",
				"more": "Months should be fully spelt rather than abbreviated.",
				"analyze": {
					"count": 0,
					"total": 4,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": []
				}
			},
			"f38": {
				"title": "Location included",
				"score": 4,
				"max": 4,
				"critical": true,
				"desc": "Your resume has %%var%% without a location",
				"more": "",
				"analyze": {
					"count": 0,
					"total": 4,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": []
				}
			},
			"f34": {
				"title": "Resume name",
				"score": 0.1,
				"max": 0.1,
				"critical": false,
				"desc": "Your resume is named %%var%%",
				"more": "Name your resume \"First Last Name - Job Title\" for best results.",
				"analyze": {
					"count": 0,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": [],
					"infos": "[Review] Bill gates"
				}
			},
			"f42": {
				"title": "Phone number missing",
				"score": 2,
				"max": 2,
				"critical": false,
				"desc": "Your Phone number is missing",
				"more": "Add a valid phone number to be contacted easily.",
				"analyze": {
					"count": 0,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": [],
					"infos": "(617) 498-3909"
				}
			},
			"f40": {
				"title": "Abbreviated Linkedin URL",
				"score": 0,
				"max": 1,
				"critical": false,
				"desc": "Your Linkedin url is %%var%%",
				"more": "Your Linkedin URL should be abbreviated like in/charles-bloomberg.",
				"analyze": {
					"count": 1,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 1,
					"moreInfos": [],
					"infos": "No dependents"
				}
			},
			"f35": {
				"title": "Summary length",
				"score": 3,
				"max": 3,
				"critical": false,
				"desc": "Your resume's summary is too long",
				"more": "Your resume's summary should be two full lines, or approximately 30 words.",
				"analyze": {
					"count": 0,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": [],
					"infos": 37
				}
			},
			"f39": {
				"title": "Word count",
				"score": 0,
				"max": 4,
				"critical": false,
				"desc": "Your resume has %%var%% words",
				"more": "Your resume should contain between 400-800 words",
				"analyze": {
					"count": 1,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 1,
					"moreInfos": [],
					"infos": 204
				}
			},
			"f46": {
				"title": "Picture",
				"score": 0.1,
				"max": 0.1,
				"critical": false,
				"desc": "Your resume has a picture",
				"more": "Pictures are not recommended due to discrimination laws set by the U.S. Equal Employment Opportunity Commission.",
				"analyze": {
					"count": 0,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": []
				}
			},
			"f47": {
				"title": "Missing Summary",
				"score": 1,
				"max": 1,
				"critical": false,
				"desc": "Your summary is missing",
				"more": "A summary is recommended for experienced professional.",
				"analyze": {
					"count": 0,
					"total": 1,
					"projects": 0,
					"experience": 0,
					"involvement": 0,
					"global": 0,
					"moreInfos": [],
					"infos": true
				}
			}
		},
		"Application Ready": {
			"f0": {
				"title": "Application ready",
				"score": 294.20000000000005,
				"max": 331.4000000000001,
				"critical": false,
				"desc": "Your resume is not ready for application",
				"more": "Try to fix failed audits by yourself or asked for help with a resume review.",
			}
		}
	}
}
{
    // Response
}
{
    "code": 401,
    "message": "Jwt verification fails"
}
{
    status: 'No content',
    message: 'resume not found',
}
PreviousGET /resume/:resumeID/downloadNextPOST /user/:userID/resume

Last updated 2 years ago