> ## Documentation Index
> Fetch the complete documentation index at: https://docs.instaview.sk/llms.txt
> Use this file to discover all available pages before exploring further.

# February 2026

> Changelog entries for February 2026

## 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.
