February 14, 2026
New Features
- Create Job from URL: Added a new
POST /jobs/urlendpoint that extracts structured job data from a job posting URL and optionally creates a job in a single operation. Simply provide a URL, and the API will scrape the page, extract details (title, description, skills, salary, location, etc.), and return the created job. SetcreateJobtofalseto only extract data without persisting a job. Requires thewrite:jobsscope.
February 1, 2026
New Features
- Text-to-Speech API: Introduced a new
/voiceendpoint for generating audio from text. The API supports 12 different voices and 33 languages, returning audio streams in MP3 format. Requires theVOICEAPI key scope.