{ "opencollection": "1.0.0", "info": { "name": "Adobe Creative Suite Adobe Firefly Accessibility Layers API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Layers", "type": "folder" }, "items": [ { "info": { "name": "Adobe Creative Suite Manage Layers", "type": "http" }, "http": { "method": "POST", "url": "https://firefly-api.adobe.io/v3/pie/psdService/layers", "body": { "type": "json", "data": "{}" } }, "docs": "Reads, adds, modifies, or deletes layers within a PSD document. Supports pixel, adjustment, fill, shape, text, and group layer types. Layer operations include visibility changes, opacity adjustments, blend mode changes, and positional transformations." } ] } ], "bundled": true }