---
title: "Structured BGT Resume"
method: POST
path: "/parserservice/resume/structuredbgtxml"
tags: ["Endpoints"]
---

# Structured BGT Resume

`POST /parserservice/resume/structuredbgtxml`

Provides a structured BGT-formatted parsed resume in XML or JSON with consistent node types (e.g., job always as a list).

## 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

- ResumeStructuredBGTXMLResponseJSON
  - `instanceType` string, required
  - `status` boolean
  - `statusCode` string
  - `requestId` string, uuid
  - `timeStamp` string, date-time
  - `responseData` object
    - `ResDoc` object
      - `resume` object[]
        - `contact` object[]
          - `name` object[]
            - `givenname` string[]
            - `surname` 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
          - `#text` string[]
        - `education` object[]
          - `school` object[]
            - `institution` object[]
              - …
            - `gpa` object[]
              - …
            - `degree` object[]
              - …
            - `completiondate` object[]
              - …
            - `description` object[]
              - …
            - `address` object[]
              - …
            - `#text` 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/versions/fc66b9877391/schema)
