These Endpoints are used to create and get results for the facial personality analysis on the FaceCode Platform. We use the term ‘candidate’ for a person’s image who is to be analyzed by the faceCODE engine.
Open Request
https://api.facecode.app/candidate
This endpoint is for creating candidates. You need to add the x-api-key param on the header of the request.
Request Headers
x-api-key
Content-Type application/json
Bodyraw (json)
json
{
"api_key": "{{ApiKey}}",
"candidate": {
"image_url": "",
"first_name": "",
"last_name": "",
"email": ""
}
}
Open Request
https://api.facecode.app/candidate/traits
This endpoint returns the personality traits of a candidate. You need to provide the the api-key and candidate id
Request Headers
x-api-key
Request Params
api_key
candidate
Open Request
https://api.facecode.app/candidate/disc
This endpoint returns the DiSC Report values of one candidate. You need to provide the api-key and the Candidate Id
Request Headers
x-api-key
Request Params
api_key
candidate
Open Request
https://api.facecode.app/candidate/careers
This endpoint returns the Career Recommendations values of one candidate. You need to provide the api-key and the Candidate Id
Request Headers
x-api-key
Request Params
api_key
candidate