{ "opencollection": "1.0.0", "info": { "name": "Getty Images Compositions API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Compositions", "type": "folder" }, "items": [ { "info": { "name": "Influence the composition of generated images using a reference image", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v3/ai/image-generations/influence-composition-by-image", "body": { "type": "json", "data": "{}" } }, "docs": "# AI Generator - Influence Composition By Image\nInfluence Composition By Image allows the client application to provide an existing Getty Images creative image or an existing generated image, along with prompt text, as a reference for generating new images. The generated images are influenced by the compositional elements like pose, object location and object depth within the reference image.\n\nUse of this endpoint is restricted to clients with an AI Generation license product and may result in t" } ] } ], "bundled": true }