{ "opencollection": "1.0.0", "info": { "name": "Ex-Human animations Image Generation API", "version": "0.1.0" }, "items": [ { "info": { "name": "Image Generation", "type": "folder" }, "items": [ { "info": { "name": "Generate Gallery Image", "type": "http" }, "http": { "method": "POST", "url": "https://api.exh.ai/image/v1/generate_gallery_image", "headers": [ { "name": "X-Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a personalized gallery-style image based on an identity image and a descriptive prompt.\n\nIt is ideal for generating visually appealing images with particular human identity\nthat align with specific themes or contexts, making it suitable\nfor applications like personalized marketing, content creation, and more." }, { "info": { "name": "Generate Avatar", "type": "http" }, "http": { "method": "POST", "url": "https://api.exh.ai/image/v1/generate_avatar", "headers": [ { "name": "X-Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Produces a personalized avatar image based on a textual description provided by the user.\n\nIt is ideal for creating unique profile pictures, characters for games,\nor digital representations for various applications." } ] } ], "bundled": true }