---
title: "HR-XML Resume"
method: POST
path: "/parserservice/resume/hrxml"
tags: ["Endpoints"]
---

# HR-XML Resume

`POST /parserservice/resume/hrxml`

Generates a resume in HR-XML 2.5 format using the resume parser.

## Request body

- DataRequestJSON
  - `binaryData` string, required — The binary resume data.
  - `instanceType` string, required — Instance type to be used to parse. For example, use "XRAY" to process with LENS xray.
  - `extension` string — The document extension (e.g. txt, doc, docx, rtf). Default is "txt".
  - `locale` string — Locale to be used to parse (e.g. en_us).

## Response `200`

OK

- ResumeHRXMLResponseJSON
  - `status` boolean, required
  - `statusCode` string, required
  - `requestId` string, required
  - `responseData` object, required
    - `Candidate` object
      - `@xmlns` string
      - `@xmlns:oa` string
      - `@xmlns:xsi` string
      - `CandidatePerson` object
        - `PersonName` object
          - `FormattedName` string
          - `LegalName` string
          - `oa:GivenName` object
            - `@xmlns:oa` string
            - `#text` string
          - `FamilyName` string
          - `PersonNameInitials` string
        - `FatherName` object
          - `FormattedName` string
        - `Communication` object[]
          - `Address` object
            - `oa:AddressLine` object
              - …
            - `oa:CityName` object
              - …
            - `oa:CountrySubDivisionCode` object
              - …
            - `CountryCode` string
            - `oa:PostalCode` object
              - …
  - `timeStamp` string
  - `processedWithLocale` string

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
