Creating a new candidate record
Customers should use the Create a document from raw data API endpoint for uploading resumes to add an existing candidate record to the Affinda platform. However, instead of uploading a PDF, .docx or URL (or another file type), customers should create a resume with ‘data’. This requires that the data in your system be mapped to a JSON-encoded string of the ResumeData object. Resumes added using this data method do not use any parsing credits.Updating an existing candidate record
The process for updating a candidate record is the same as above, in that the request requires JSON-encoded string of the ResumeData object. However, the endpoint should use the Update a document’s data endpoint.For other document types, please use the PATCH /annotations/ endpoint or the POST /annotations/batch_update endpoint.