{ "opencollection": "1.0.0", "info": { "name": "Freepik / Magnific Audio Image Editing API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-magnific-api-key", "value": "{{x-magnific-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Image Editing", "type": "folder" }, "items": [ { "info": { "name": "Creative image upscaler", "type": "http" }, "http": { "method": "POST", "url": "https://api.magnific.com/v1/ai/image-upscaler", "body": { "type": "json", "data": "{}" } }, "docs": "Creative image upscaler" }, { "info": { "name": "Relight image", "type": "http" }, "http": { "method": "POST", "url": "https://api.magnific.com/v1/ai/image-relight", "body": { "type": "json", "data": "{}" } }, "docs": "Relight image" }, { "info": { "name": "Apply style transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.magnific.com/v1/ai/image-styletransfer", "body": { "type": "json", "data": "{}" } }, "docs": "Apply style transfer" }, { "info": { "name": "Remove background", "type": "http" }, "http": { "method": "POST", "url": "https://api.magnific.com/v1/ai/remove-background", "body": { "type": "json", "data": "{}" } }, "docs": "Remove background" }, { "info": { "name": "Expand image", "type": "http" }, "http": { "method": "POST", "url": "https://api.magnific.com/v1/ai/image-expand", "body": { "type": "json", "data": "{}" } }, "docs": "Expand image" } ] } ], "bundled": true }