Skip to main content

February 14, 2026

New Features

  • Create Job from URL: Added a new POST /jobs/url endpoint 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. Set createJob to false to only extract data without persisting a job. Requires the write:jobs scope.

February 1, 2026

New Features

  • Text-to-Speech API: Introduced a new /voice endpoint for generating audio from text. The API supports 12 different voices and 33 languages, returning audio streams in MP3 format. Requires the VOICE API key scope.