Skip to main content

August 24, 2026

Product deletion

  • Deleting a product now removes it from active API access, stops work in progress, and invalidates its share links.
  • Subsequent requests for a deleted product return 404 Not Found. Product deletion cannot be reversed through the public API.

August 12, 2026

Retro Quick Shoot look

  • Added retro to quick_shoot.look on POST /api/v1/photoshoots. It derives its scenes from the product instead of applying a fixed treatment.
  • retro returns a print-ready 1200x1800 card at 300 DPI (4 x 6 inches): the artwork mounted on aged paper with its line set underneath. It ignores direction.image_urls; direction.text is still used as guidance.
  • Added caption to photoshoot outputs and to product creatives. It carries the line printed under the artwork, and is null outside the retro look.
  • Added the Quick Shoot guide covering the full path from a product URL or image to finished images.

August 5, 2026

Local image uploads

  • Added POST /api/v1/uploads/images for multipart uploads from a computer or private system before creating a product, Quick Shoot, or template.
  • Added the dedicated images:upload API-key permission. Uploaded image URLs can be reused across products, Quick Shoots, and templates.
  • Uploads accept one JPG, PNG, WebP, HEIC, or HEIF image up to 10 MB and return a durable LocalAds-owned URL.
  • Base64 and JSON data URLs are not supported.

August 2, 2026

Photoshoot templates

  • Added POST /api/v1/templates to create reusable photoshoot template packs from one or more image URLs.
  • Template shots now preserve each supplied image’s aspect ratio.

Product setup

  • Product URLs and supplied image URLs now return 202 Accepted until the product is ready.
  • Added optional Idempotency-Key support to product creation.

July 30, 2026

Product descriptions

  • Added optional product descriptions to product creation and updates.
  • Added description to product list and detail responses.

Ad campaign API

  • Added prompt-based campaign creation under POST /api/v1/campaigns.
  • Added progressive campaign and creative retrieval under GET /api/v1/campaigns/{campaign_id}.
  • Added the campaigns:generate API-key permission.
  • Added optional idempotency for safe campaign retries.

July 29, 2026

Quick Shoot API

  • Added Quick Shoot creation through POST /api/v1/photoshoots.
  • Added optional text direction and up to eight HTTPS direction images.
  • Added standard, close_up, lifestyle, and out_of_the_box look selection, with output counts of 1, 3, 5, 8, or 15.
  • Template and Quick Shoot inputs are mutually exclusive.

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 paginated photoshoot creative retrieval under /api/v1/products/{product_id}/creatives.
  • Added optional database-backed idempotency for safe photoshoot retries.
Last modified on August 24, 2026