adobe-firefly-sdk
    Preparing search index...

    Type Alias V1ScenesRenderBasicData

    type V1ScenesRenderBasicData = {
        body?: Restv1BetaRenderModelRequestWritable;
        path?: never;
        query?: { wait?: boolean };
        url: "/v1/scenes/render-basic";
    }
    Index

    Properties

    Properties

    path?: never
    query?: { wait?: boolean }

    Type Declaration

    • Optionalwait?: boolean

      Blocking mode (acts like a synchronous API call). Wait for the result before returning. ⚠️ Some operations are long, please be sure to configure your client timeout settings accordingly.

    url: "/v1/scenes/render-basic"