rozod
    Preparing search index...

    Variable getAliasAliasConst Api Param

    getAliasAlias: EndpointGeneric<
        {
            Accept: string;
            "Accept-Encoding": string;
            alias: string;
            AssetFormat: string;
            AssetType: string;
            clientInsert?: number;
            expectedAssetType?: 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/alias/:alias Retrieves an asset by its alias (universeID/name) alias The alias of the asset to retrieve. Accept-Encoding Roblox-Place-Id AssetType Accept AssetFormat Roblox-AssetFormat skipSigningScripts clientInsert scriptinsert modulePlaceId serverplaceid expectedAssetType