Get started in three steps
Step 1: Get your API key
Obtain your API key from the Normalize dashboard. You will use it to authenticate all requests.Step 2: Canonicalize a job title
Parse a job description and get the best matching canonical title:Step 3: Booleanize a job title
Convert a job description into a boolean search string:Request options
Both endpoints accept single or batch input:- Single: Use
inputwith a string (max 500 characters) - Batch: Use
inputswith an array of strings (max 100 items) - Exclude: Optional
excludearray to filter out specific titles - Include: Optional
includearray to override parsed include phrases - Debug: Set
debug: trueto include parse structure and matches in the response
Next steps
Canonicalize
Full documentation for the canonicalize endpoint.
Booleanize
Full documentation for the booleanize endpoint.
Bulk operations
Process CSV files asynchronously.
API reference
Overview of all endpoints.