---
title: "BGXML HTM Resume"
method: POST
path: "/parserservice/resume/htm"
tags: ["Endpoints"]
---

# BGXML HTM Resume

`POST /parserservice/resume/htm`

Returns a BGXML with HTM-formatted resume document from 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

- ResumeHTMResponseJSON
  - `status` boolean
  - `statusCode` string
  - `requestId` string, uuid
  - `responseData` object
    - `ResDoc` object
      - `resume` object[]
        - `contact` object[]
          - `name` object[]
            - `givenname` string[]
            - `surname` string[]
          - `phone` object[]
            - `value` string
            - `@area` string
          - `email` object[]
            - `value` string, email
          - `address` object[]
            - `street` string[]
            - `city` object[]
              - …
            - `state` object[]
              - …
            - `postalcode` object[]
              - …
            - `#text` string[]
            - `@inferred-city` string
            - `@inferred-country` string
            - `@inferred-county` string
            - `@inferred-phone-area-code` string
            - `@inferred-state` string
            - `@inferred-zip` string
            - `@location-city` string
            - `@lat` string
            - `@lma` string
            - `@lon` string
            - `@majorcity` string
            - `@msa` string
            - `@state` string
          - `#text` string[]
        - `summary` object[]
          - `summary` object[]
            - `#text` string[]
          - `#text` string[]
        - `education` object[]
          - `school` object[]
            - `institution` object[]
              - …
            - `gpa` object[]
              - …
            - `degree` object[]
              - …
            - `completiondate` object[]
              - …
            - `address` object[]
              - …
        - `htmdoc` string[]
  - `timeStamp` string, date-time
  - `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/versions/fc66b9877391/schema)
