v1

latestOpenAPI 3.1.02026-07-242892032.8 MB
Normalize

Inspect title normalization

Normalize a raw job title string to a list of the top matching Lightcast titles

Supported document types and their expected Content-Type (Document must be UTF-8 encoded.):

  • JSON – application/json
  • Plain text – text/plain

Raw title size is limited to 1kB.

Note that this endpoint has a base tier yearly quota of 50 requests. Contact us if you'd like this increased or made unlimited. Responses from this endpoint will include two headers, RateLimit-Remaining and RateLimit-Reset, which indicate how many requests you have remaining in your current quota period and when that quota will reset, respectively.

Requesting title mappings requires additional permissions, please contact us if you'd like access to mappings.

post/versions/{version}/normalize/inspect

Query parameters

confidenceThresholdnumber

Filter out titles with a confidence value lower than this threshold (this query param does not apply for JSON requests).

limitinteger

Limit the number of normalized titles for the given term (this query param does not apply for JSON requests).

fieldsstring

List of fields to return per title. See /versions/{version} for available fields (this query param does not apply for JSON requests). </br>Mappings require additional permissions, please contact us if you'd like access to mappings.

Request body

termstring required
confidenceThresholdnumber
limitinteger

Response

OK