rozod
    Preparing search index...

    Variable getMarassethashMarassethashMarchecksumMarchecksumConst Api Param

    getMarassethashMarassethashMarchecksumMarchecksum: EndpointGeneric<
        {
            Accept: string;
            "Accept-Encoding": string;
            AssetFormat: string;
            AssetType: string;
            clientInsert?: number;
            expectedAssetType?: string;
            marAssetHash: string;
            marCheckSum: string;
            modulePlaceId?: number;
            "Roblox-AssetFormat": string;
            "Roblox-Place-Id": number;
            scriptinsert?: number;
            serverplaceid?: number;
            skipSigningScripts?: boolean;
        },
        {
            assetMetadatas: { metadataType: 1; value: string }[];
            assetTypeId: number;
            contentRepresentationSpecifier: {
                fidelity: string;
                format: string;
                majorVersion: string;
            };
            errors: {
                Code: number;
                CustomErrorCode: | 0
                | 1
                | 2
                | 3
                | 4
                | 5
                | 6
                | 7
                | 8
                | 9
                | 10
                | 11
                | 12
                | 13
                | 14
                | 15
                | 16;
                Message: string;
            }[];
            isArchived: boolean;
            isRecordable: boolean;
            location: string;
            requestId: string;
        },
        undefined,
    > = ...

    GET https://assetdelivery.roblox.com/v1/marAssetHash/:marAssetHash/marCheckSum/:marCheckSum Retrieves an asset by its mar (moderation agnostic) hash and mar (moderation agnostic) checksum. marAssetHash The mar (moderation agnostic) hash of the asset to retrieve. marCheckSum The mar (moderation agnostic) checksum of the asset to retrieve. Accept-Encoding Roblox-Place-Id AssetType Accept AssetFormat Roblox-AssetFormat skipSigningScripts clientInsert scriptinsert modulePlaceId serverplaceid expectedAssetType