Skip to main content

Overview

The Normalize API helps you convert natural language job descriptions into structured data:
  • Canonicalize: Parse a job description and return the best matching canonical job title.
  • Booleanize: Convert a job description into a boolean search string (OR/AND/NOT) for use in job boards and ATS systems.
  • Bulk operations: Process CSV files asynchronously for large-scale normalization.
All endpoints require authentication with a Bearer API key.

Base URL

https://trynormalize.com

Authentication

All API endpoints are authenticated using Bearer tokens. Pass your API key in the Authorization header:
Authorization: Bearer <your-api-key>
Get your API key from the Normalize dashboard.