edit-workflow
Design one Swan S logo candidate
Creates one isolated logo candidate using either a shoe swatch or a supplied style reference. For 3D reference designs, choose split or full coverage with design_variant. Send a separate request for each candidate; each request completes and is billed independently. Processing is asynchronous. Poll GET /v1/generations/{generation_id} until completed or failed.
post/v2/tool/swan-s-logo-design
Request body
Example request
{
"logo_style": "3d",
"flat_silhouette_asset_identifier": {
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
"private": true,
"webhook_url": "https://api.example.com/webhooks/ideogram",
"source_mode": "shoe_swatch",
"logo_specification_asset_identifier": {
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
"design_variant": "split_coverage",
"style_source_asset_identifier": {
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
"geometry_hero_asset_identifier": {
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
"quality": null
}Response
Accepted for asynchronous processing.
Example response
{
"generation_id": "generation_id"
}