adobe-firefly-sdk
    Preparing search index...

    Type Alias PlayPhotoshopActionsAsyncData

    type PlayPhotoshopActionsAsyncData = {
        body: PlayPhotoshopActionsRequest;
        headers?: { "x-gw-ims-org-id"?: string };
        path?: never;
        query?: never;
        url: "/pie/psdService/photoshopActions";
    }
    Index

    Properties

    The input file to apply Photoshop Actions to and generate renditions and/or save as a new image

    headers?: { "x-gw-ims-org-id"?: string }

    Type Declaration

    • Optionalx-gw-ims-org-id?: string

      The IMS organization ID. This only needs to be sent if you want to receive the job status through Adobe I/O Events

    path?: never
    query?: never
    url: "/pie/psdService/photoshopActions"