Authorizations
Basic authentication using an API key, e.g. {Authorization: Bearer 75z0bb4fbdf97b7e4111ff6c0015471094155f91}
.
You can find your API key within the Settings page of the Affinda web app. You can obtain an API key by signing up for a free trial.
Path Parameters
Resume identifier
Body
Resume data to update
A JSON-encoded string of the ResumeData
object.
["(704) 996-9966", "+61412632636"]
["www.timsmith.com"]
["timsmith@vt.edu"]
"1992-01-01"
["English", "French", "Arabic"]
x >= 0
13
["Certificate in AWS"]
[
"Tim Smith et al., Investigations of nanoparticles in the pathology of the human eye, Cell 2014"
]
All of the raw text of the parsed resume, example is shortened for readability
"Christopher Nolan 3210 fake street '... <rest of resume text>'"
Redacted version of the text in the resume, removing PII.
"**** Objective: To obtain a job '... <rest of resume text>'"
For custom fields. E.g. 'isAvailable': true
Response
Successfully updated resume data
A JSON-encoded string of the ResumeData
object.
["(704) 996-9966", "+61412632636"]
["www.timsmith.com"]
["timsmith@vt.edu"]
"1992-01-01"
["English", "French", "Arabic"]
["en", "fr", "ar"]
x >= 0
13
base64 encoded string
Prediction of the candidate's profession based on recent work experience
"Software Developer"
Linkedin account associated with the candidate
"https://www.linkedin.com/in/user-name"
["Certificate in AWS"]
[
"Tim Smith et al., Investigations of nanoparticles in the pathology of the human eye, Cell 2014"
]
Probability that the given document is a resume. Values below 30 suggest that the document is not a resume.
0 <= x <= 100
98
All of the raw text of the parsed resume, example is shortened for readability
"Christopher Nolan 3210 fake street '... <rest of resume text>'"
Redacted version of the text in the resume, removing PII.
"**** Objective: To obtain a job '... <rest of resume text>'"
For custom fields. E.g. 'isAvailable': true