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

# Changelog

> Updates to the LocalAds public API.

## July 24, 2026

### Brand scoping

* Added brand discovery under `GET /api/v1/brands`.
* Required `brand_id` when creating products and listing brand-owned
  collections.
* Added `brand_id` to product, template, and photoshoot responses.
* Restricted photoshoots to products and templates from the same brand.

### Product API

* Added product creation, listing, retrieval, updates, and deletion under
  `/api/v1/products`.
* Added organization API-key permissions for product operations.
* Added cursor pagination for product lists.

### Photoshoot API

* Added photoshoot template listing and retrieval under `/api/v1/templates`.
* Added asynchronous photoshoot creation and status retrieval under
  `/api/v1/photoshoots`.
* Added optional database-backed idempotency for safe photoshoot retries.
