v1

latestOpenAPI 3.1.02026-07-242892032.8 MB
Endpoints

BGXML HTM Resume

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

post/parserservice/resume/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": "ff2a8148-d980-4a15-9e44-50456a98f2ec",
  "responseData": {
    "ResDoc": {
      "resume": [
        {
          "contact": [
            {
              "name": [
                {
                  "givenname": [
                    "SCOTT"
                  ],
                  "surname": [
                    "GRITTON"
                  ]
                }
              ],
              "phone": [
                {
                  "value": "(831) 247-4893",
                  "@area": "831"
                }
              ],
              "email": [
                {
                  "value": "scott09@ix.netcom.com"
                },
                {
                  "value": "scott09@ix.netcom.com"
                }
              ],
              "address": [
                {
                  "street": [
                    "515 Chestnut Street"
                  ],
                  "city": [
                    {
                      "value": "Santa Cruz",
                      "@majorcity": "santa cruz"
                    }
                  ],
                  "state": [
                    {
                      "value": "CA",
                      "@abbrev": "CA"
                    }
                  ],
                  "postalcode": [
                    {
                      "value": "95060",
                      "@inferred-city": "Scotts Valley",
                      "@inferred-country": "USA",
                      "@inferred-county": "Santa Cruz",
                      "@inferred-phone-area-code": "831",
                      "@inferred-state": "CA",
                      "@lat": "36.98",
                      "@lma": "MT064210",
                      "@lon": "-122.042",
                      "@msa": "42100: Metropolitan Statistical Area"
                    }
                  ],
                  "#text": [
                    "\nSoftware Quality Assurance Engineer",
                    ", "
                  ],
                  "@inferred-city": "Santa Cruz",
                  "@inferred-country": "USA",
                  "@inferred-county": "Santa Cruz",
                  "@inferred-phone-area-code": "831",
                  "@inferred-state": "CA",
                  "@inferred-zip": "95060",
                  "@location-city": "SANTA CRUZ",
                  "@lat": "36.980",
                  "@lma": "MT064210",
                  "@lon": "-122.042",
                  "@majorcity": "Santa Cruz",
                  "@msa": "42100: Metropolitan Statistical Area",
                  "@state": "CA"
                }
              ],
              "#text": [
                " <mailto:",
                ">"
              ]
            }
          ],
          "summary": [
            {
              "summary": [
                {
                  "#text": [
                    "Six years experience creating test plan ..."
                  ]
                }
              ],
              "#text": [
                "SUMMARY\n\n.\t"
              ]
            }
          ],
          "education": [
            {
              "school": [
                {
                  "institution": [
                    {
                      "#text": [
                        "University of Washington"
                      ]
                    }
                  ],
                  "gpa": [
                    {
                      "value": "8.5",
                      "@max": "10"
                    }
                  ],
                  "degree": [
                    {
                      "value": "Bachelor of Arts",
                      "@level": "16",
                      "@name": "Bachelor of Arts"
                    }
                  ],
                  "completiondate": [
                    {
                      "value": "Sep-1991",
                      "@days": "727078",
                      "@iso8601": "1991-09-01"
                    }
                  ],
                  "address": [
                    {
                      "city": [
                        {
                          "value": "Seattle",
                          "@majorcity": "seattle"
                        }
                      ],
                      "state": [
                        {
                          "value": "WA",
                          "@abbrev": "WA"
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ],
          "htmdoc": [
            "<html>\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n\t\t<meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />\n\t\t<meta name=\"generator\" content=\"Aspose.Words for Java 20.5\" />\n\t\t<title>\n\t\t</title>\n\t\t<style type=\"text/css\">\n\t\t\tdiv.Section1 { margin:72pt }\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<div class=\"Section1\"><span style=\"font-family:'Courier New'\">&#xa0;</span>\n\t\t\t</p>\n\t\t</div>\n\t</body>\n</html>"
          ]
        }
      ]
    }
  },
  "timeStamp": "2023-08-02 01:46:01.132",
  "processedWithLocale": "en_us"
}