adobe-firefly-sdk
    Preparing search index...

    Type Alias RemoveBackgroundData

    type RemoveBackgroundData = {
        body: RemoveBackgroundV2Request;
        headers: {
            Authorization: string;
            "Content-Type": string;
            "x-api-key": string;
        };
        path?: never;
        query?: never;
        url: "/v2/remove-background";
    }
    Index

    Properties

    headers: { Authorization: string; "Content-Type": string; "x-api-key": string }

    Type Declaration

    • Authorization: string

      The bearer token for the user. This is the access token.

    • Content-Type: string

      The content type of the request. The value is application/json.

    • x-api-key: string

      The API key/Client ID

    path?: never
    query?: never
    url: "/v2/remove-background"