edit-workflow
Render a fashion sketch as product photography
Converts one fashion sketch into photorealistic garment or product imagery while preserving its silhouette, construction, colors, and visible design details.
The request runs asynchronously. Poll GET /v1/generations/{generation_id} with the returned generation_id until the generation is completed or failed.
Supply exactly one sketch transport: an existing AssetIdentifier in sketch_asset_identifier, or raw sketch_image bytes in a multipart request. Supplying both or neither is rejected with a 400.
post/v2/tool/sketch-to-render
Request body
Example request
{
"sketch_asset_identifier": {
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
"webhook_url": "https://api.example.com/webhooks/ideogram"
}Response
Sketch rendering accepted for asynchronous processing.
Example response
{
"generation_id": "generation_id"
}