{ "opencollection": "1.0.0", "info": { "name": "Adobe Creative Suite Adobe Firefly Accessibility Document API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Document", "type": "folder" }, "items": [ { "info": { "name": "Adobe Creative Suite Apply Document Operations", "type": "http" }, "http": { "method": "POST", "url": "https://firefly-api.adobe.io/v3/pie/psdService/documentOperations", "body": { "type": "json", "data": "{}" } }, "docs": "Applies one or more operations to a PSD document such as image resizing, canvas size changes, image flattening, and color mode conversions. Multiple operations can be chained together in a single request to produce a modified output document." } ] } ], "bundled": true }