v1

latestOpenAPI 3.1.02026-07-242892032.8 MB
Endpoints

BGXML HTM Posting

Returns a BGXML with HTM-formatted posting document from the job parser.

post/parserservice/job/htm

Request body

binaryDatastring required

The binary resume data.

instanceTypestring required

Instance type to be used to parse. For example, use "XRAY" to process with LENS xray.

extensionstring

The document extension (e.g. txt, doc, docx, rtf). Default is "txt".

localestring

Locale to be used to parse (e.g. en_us).

Example request

{
  "binaryData": "JVBERi0xLjUNJeLjz9MNCjEw....",
  "extension": "pdf",
  "locale": "en_us",
  "instanceType": "TM"
}

Response

OK

statusboolean
statusCodestring
requestIdstring uuid
timeStampstring date-time
processedWithLocalestring

Example response

{
  "status": true,
  "statusCode": "OK",
  "requestId": "687eaa5e-2316-4555-920d-946b88db1f36",
  "responseData": {
    "JobDoc": {
      "posting": [
        {
          "benefits": [
            {
              "#text": [
                "Salary Unspecified"
              ],
              "@healthcarebenefits": "false"
            },
            {
              "#text": [
                "401K"
              ],
              "@healthcarebenefits": "false"
            }
          ],
          "qualifications": [
            {
              "required": [
                {
                  "skill": [
                    {
                      "#text": "decision"
                    },
                    {
                      "#text": "making"
                    }
                  ],
                  "#text": [
                    "Excellent decision making"
                  ]
                }
              ],
              "preferred": [
                {
                  "area": [
                    {
                      "#text": "retail"
                    }
                  ],
                  "#text": [
                    "preferably in retail environment"
                  ]
                }
              ],
              "#text": [
                "If you're looking to advance..."
              ]
            }
          ],
          "duties": [
            {
              "jobtype": [
                {
                  "#text": "Full-Time",
                  "@hours": "fulltime",
                  "@taxterm": "employee",
                  "@type": "permanent"
                }
              ],
              "title": [
                {
                  "#text": "Communication Specialist",
                  "@bgonetmodel-topic-onet": "41-1011.00",
                  "@soc": "53-7065.00"
                }
              ],
              "company": [
                {
                  "#text": "AT&T Wireless",
                  "@city": "CHAMBERSBURG",
                  "@state": "PA",
                  "@zipcode": "17201"
                }
              ],
              "#text": [
                "Job ID 04-0008431"
              ]
            }
          ],
          "background": [
            {
              "#text": [
                "This is an exciting time for the company."
              ]
            }
          ],
          "ConsolidatedONETRank": "5",
          "BGTOcc": {
            "#text": "41-1011.00"
          },
          "@version": "8.16.5.18 Optic v4.14.0.0"
        }
      ],
      "htmdoc": [
        "Communication Specialist (Retail)..."
      ]
    }
  },
  "timeStamp": "2023-08-02T01:54:17.453Z",
  "processedWithLocale": "en_us"
}