---
title: "Install a Swan S logo on a shoe"
method: POST
path: "/v2/tool/swan-s-logo-install"
tags: ["edit-workflow"]
---

# Install a Swan S logo on a shoe

`POST /v2/tool/swan-s-logo-install`

Installs the selected logo onto the ordered shoe views, preserving the shoe and chosen camera framing. Processing is asynchronous. Poll GET /v1/generations/{generation_id} until completed or failed.

## Request body

- SwanSLogoInstallRequest
  - `logo_style` '3d' | 'flat', required
  - `shoe_asset_identifiers` AssetIdentifier[], required — Ordered shoe views, primary view first.
    - `asset_type` 'ASSET' | 'CANVAS_ASSET' | 'LAYERED_ASSET' | 'RESPONSE' | 'UPLOAD', required
    - `asset_id` string, required
  - `logo_asset_identifier` AssetIdentifier, required — An identifier for an ideogram asset.
    - `asset_type` 'ASSET' | 'CANVAS_ASSET' | 'LAYERED_ASSET' | 'RESPONSE' | 'UPLOAD', required
    - `asset_id` string, required
  - `logo_specification_asset_identifier` AssetIdentifier — An identifier for an ideogram asset.
    - `asset_type` 'ASSET' | 'CANVAS_ASSET' | 'LAYERED_ASSET' | 'RESPONSE' | 'UPLOAD', required
    - `asset_id` string, required
  - `aspect_ratio` string, required
  - `num_images` 1 | 2 | 4 — Number of images to create.
  - `quality` 'low' | 'medium' | 'high' — The quality tier for the edit. Higher tiers may improve detail and take longer to complete.
  - `private` boolean — When true or omitted, keep outputs private. Enterprise accounts always generate privately.
  - `webhook_url` string, uri — HTTPS URL that Ideogram delivers the generated result to. Ideogram sends a JSON POST to this URL once all images for the request have finished generating. The body mirrors the synchronous generate response: `request_id`, `created`, and a `data` array containing every generated image (`url`, `prompt`, `resolution`, `seed`, `is_image_safe`). Each delivery is signed with Ed25519 and verifiable against the public keys at `https://api.ideogram.ai/v1/.well-known/jwks.json`. Must be HTTPS; private and loopback hosts and the cloud metadata service are rejected.

## Response `200`

Accepted for asynchronous processing.

- SwanSLogoInstallResponse
  - `generation_id` string, required — URL-safe base64 ID accepted by GET /v1/generations/{generation_id}.

## Other responses

- `400` — Invalid asset roles, count, or options.
- `401` — Authentication required.
- `402` — Insufficient credits or quota.
- `403` — This account or app is not authorized.
- `404` — An input asset was not found or is not readable.
- `429` — Too many requests.

## Changes

- **2026-09-19** `4e95197be44a` — 3 breaking, 3 info
  - removed the enum value `HIGH` of the request property `quality`
  - removed the enum value `LOW` of the request property `quality`
  - removed the enum value `MEDIUM` of the request property `quality`
  - added the new `high` enum value to the request property `quality`
  - …2 more
- **2026-09-16** `a235a15c0235` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0/changes/v2/tool/swan-s-logo-install/post.md)

---

[API](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0/revisions/52c1c6497d87?raw)
