Skip to main content
POST
Canonicalize job titles

Authorizations

Authorization
string
header
required

API key from the dashboard. Pass as Authorization: Bearer <key>.

Body

application/json

Use input or inputs, not both.

input
string

Single input string. Use input or inputs, not both.

Maximum string length: 500
inputs
string[]

Batch of inputs. Use input or inputs, not both.

Maximum array length: 100
exclude
string[]

Titles or keywords to exclude from results.

Maximum array length: 25
include
string[]

Override parsed include phrases.

Maximum array length: 25
debug
boolean
default:false

Include parse structure and matches in response.

Response

Success (single or batch)

best_title
string | null
required
best_title_id
string | null
required
cluster
string | null
required
cluster_id
string | null
required
seniority
string[]
required
confidence
number
required
Required range: 0 <= x <= 1
needs_review
boolean
required
debug
object