Resume Parser

Get parse results for a specific resume

Returns all the parse results for that resume if processing is completed. The identifier is the unique ID returned after POST-ing the resume via the /resumes endpoint.

get/v2/resumes/{identifier}

Path parameters

identifierstring required

A random string that uniquely identify the resource.

Document identifier

Query parameters

format'hr-xml'

Set this to "hr-xml" to get the response in HR-XML format. Currently the only supported value for this parameter is "hr-xml".

Response

Successfully retrieved resume

Resume required— unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.