Transfer a shoe upper onto a preserved sole
Uses the sole-donor shoe as the output canvas, preserving its sole, camera, background, and lighting while transferring the upper from ordered references.
The request is processed asynchronously. Poll GET /v1/generations/{generation_id} with the returned generation_id until the generation is completed or failed.
Request body
Example request
{
"aspect_ratio": "aspect_ratio",
"private": true,
"seed": 12345,
"webhook_url": "https://api.example.com/webhooks/ideogram",
"base_generation_size": "2k",
"base_asset_identifier": {
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
"instruction": "instruction",
"num_images": 0,
"upper_asset_identifiers": [
{
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
{
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
{
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
{
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
{
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
}
],
"quality": null
}Response
Sole swap accepted for asynchronous processing.
Example response
{
"generation_id": "generation_id"
}Changes
Changed in 3 of the 33 revisions of this API.612
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ▲
removed the enum value
1Kof the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
2Kof the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
4Kof the request propertyrequest-property-enum-value-removed
- ▲
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
- ○
the
request property default value changed from2Kto2krequest-property-default-value-changed
- ○
added the new
1kenum value to the request propertyrequest-property-enum-value-added
- ○
added the new
2kenum value to the request propertyrequest-property-enum-value-added
- ○
added the new
4kenum value to the request propertyrequest-property-enum-value-added
- ○
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
- ○