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.
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"
}Changes
Changed in 2 of the 33 revisions of this API.315
- ▲
removed the enum value
HIGHof the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
LOWof the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
MEDIUMof the request propertyrequest-property-enum-value-removed
- ●
removed the request property
request-property-removed
- ○
added the new optional request property
new-optional-request-property
- ○
added the new
highenum value to the request propertyrequest-property-enum-value-added
- ○
added the new
lowenum value to the request propertyrequest-property-enum-value-added
- ○
added the new
mediumenum value to the request propertyrequest-property-enum-value-added
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○