Skip to content

Parse a CV into a candidate

POST
/api/nova/candidates/parse

Authorizations

privateApiKey
Type
API Key (query: apiKey)

Request Body

multipart/form-data
object
Format"binary"

Responses

OK

application/json
JSON
{
  
"data": {
  
  
"candidateId": "string",
  
  
"cvFileId": "string",
  
  
"cvFileName": "string",
  
  
"duplicate": true,
  
  
"name": "string",
  
  
"reference": "string"
  
},
  
"error": "string",
  
"message": "string",
  
"success": true
}

Playground

Authorization
Body

Samples