Rebuild an advertisement in another language
Rebuilds the source advertisement for one target language. Layout, logos, brand type, and the product are preserved; the visible marketing copy is what changes.
Without exact_copy the copy is translated. Supply exact_copy to place wording that has already been approved, character for character, instead of translating it.
The output keeps the source advertisement's own shape and is generated at a frame derived from it, so neither the shape nor the size is asked for.
One request localizes into one language. Localize into several languages by submitting one request per language.
The request is processed asynchronously. Poll GET /v1/generations/{generation_id} with the returned generation_id until the generation is completed or failed.
Supply the source advertisement as either an AssetIdentifier reference (image_asset_identifier) or the raw image bytes directly (image, multipart requests only). Provide exactly one of the two forms; supplying both, or neither, is rejected with a 400.
Request body
Example request
{
"image_asset_identifier": {
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
"seed": 12345,
"webhook_url": "https://api.example.com/webhooks/ideogram"
}Response
Ad localization accepted for asynchronous processing.
Example response
{
"generation_id": "generation_id"
}