rozod
    Preparing search index...

    Variable getAssetsConst Api Param

    getAssets: EndpointGeneric<
        {
            assetIds: number[];
            format?: "Png"
            | "Jpeg"
            | "Webp";
            isCircular?: boolean;
            returnPolicy?:
                | "PlaceHolder"
                | "ForcePlaceHolder"
                | "AutoGenerated"
                | "ForceAutoGenerated";
            "Roblox-Place-Id"?: number;
            size?: | "30x30"
            | "42x42"
            | "50x50"
            | "60x62"
            | "75x75"
            | "110x110"
            | "140x140"
            | "150x150"
            | "160x100"
            | "160x600"
            | "250x250"
            | "256x144"
            | "300x250"
            | "304x166"
            | "384x216"
            | "396x216"
            | "420x420"
            | "480x270"
            | "512x512"
            | "576x324"
            | "700x700"
            | "728x90"
            | "768x432"
            | "1200x80"
            | "330x110"
            | "660x220"
            | "1320x440"
            | "720x228"
            | "1440x456";
        },
        {
            data: {
                imageUrl: string;
                state: | "Error"
                | "Completed"
                | "InReview"
                | "Pending"
                | "Blocked"
                | "TemporarilyUnavailable";
                targetId: number;
                version: string;
            }[];
        },
        undefined,
    > = ...

    GET https://thumbnails.roblox.com/v1/assets Thumbnails assets. assetIds The asset ids. Roblox-Place-Id (optional) placeid returnPolicy Optional policy to use in selecting thumbnail to return (default = PlaceHolder). size The thumbnail size, formatted widthxheight format The thumbnail format isCircular The circle thumbnail output parameter, true or false