A candidate's resume in multiple formats. The file field contains the uploaded resume document, while text, html, and json fields provide parsed representations.
CareersEmploymentHiringJob SearchJobRecruiting
Properties
Name
Type
Description
text
string
Plain text representation of the resume content.
html
string
HTML-formatted representation of the resume content.
json
object
Structured JSON representation of the parsed resume, including sections for work experience, education, skills, and other fields.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Resume",
"type": "object",
"description": "A candidate's resume in multiple formats. The file field contains the uploaded resume document, while text, html, and json fields provide parsed representations.",
"properties": {
"text": {
"type": "string",
"description": "Plain text representation of the resume content."
},
"html": {
"type": "string",
"description": "HTML-formatted representation of the resume content."
},
"json": {
"type": "object",
"description": "Structured JSON representation of the parsed resume, including sections for work experience, education, skills, and other fields."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.