v5

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-302120469.4 KB
Autocomplete

/autocomplete

post/v5/autocomplete

Request body

field'company' | 'country' | 'industry' | 'location' | 'major' | 'region' | 'role' | 'school' | 'sub_role' | 'skill' | 'title'

An enumerated field that will be used to calculate the autocompletion

textstring

Text that is used as the seed for autocompletion

sizeinteger

The number of results returned for autocompletion

titlecaseboolean

Setting titlecase to true will titlecase any records returned

prettyboolean

Whether the output should have human-readable indentation

Example request

{
  "field": "company",
  "text": "people da"
}

Response

Autocompletion completed.