跳到主要内容
Docs/Features/Image Studio

Image Studio

Template-driven product imagery + AI image generation + background removal in one pipeline. Outputs land directly in the social composer's media library.

![Image Studio](/docs-img/image-studio.png)

What It Does

  • 80+ ready-made templates per industry (lighting, audio, machinery, electrical, apparel, auto-parts).
  • AI image generation tuned for B2B product shots (no random faces, no text artifacts).
  • Background removal + replacement (solid color, gradient, or AI-generated scene).
  • Auto-fits the output to platform aspect ratios (1:1, 9:16, 4:5, 1.91:1).
  • When to Use

    Whenever a product needs a hero image and you don't want to hire a photographer for every SKU. Bulk-generate 100 images for a catalog launch in 15 minutes.

    Templates & Jobs

  • **Templates** are reusable layouts (`/api/v1/content/image-templates`). Pick one or build your own with the visual editor.
  • **Jobs** are an instance of a template applied to a product (`/api/v1/content/image-jobs`). Anvil renders the image, runs background-removal if requested, and stores the result in the tenant media library.
  • AI Copy on Image

    The Image Copy endpoint (/api/v1/content/image-copy) overlays Emma-drafted text on a generated image — useful for launch banners and ad creatives.

    API Endpoints

  • `GET /api/v1/content/image-templates` — browse templates.
  • `POST /api/v1/content/image-templates` — create custom.
  • `POST /api/v1/content/image-jobs` — render.
  • `POST /api/v1/content/image-copy` — overlay copy.
  • Pricing & Limits

    PlanImages / monthCustom templates
    Starter1000
    Pro2,00050
    Enterpriseunlimitedunlimited

    Gotchas

  • AI generations may take up to 12 seconds. Use the `async=true` query param to get a job ID and poll.
  • Background removal of glass / hair products works best at 4k resolution; lower-res inputs sometimes leave halos.
  • Templates are tenant-scoped by default. To share across sub-tenants (agencies), promote at **Settings > Branding > Shared assets**.