edit-workflow
Design Swan S logo candidates
Creates isolated logo candidates using either a shoe swatch or a supplied style reference. No shoe is required when using a supplied reference. 3D reference designs split the requested count between split and full coverage variants; completed variants remain available if another variant fails. 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"
},
"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"
},
"num_images": 0,
"quality": null
}Response
Accepted for asynchronous processing.
Example response
{
"generation_id": "generation_id"
}