rozod
    Preparing search index...

    Variable postAssetsConst Api Param Description

    postAssets: EndpointGeneric<
        {},
        {
            done: boolean;
            error: { code: number; details: { "@type": string }[]; message: string };
            metadata: { "@type": string };
            path: string;
            response: { "@type": string };
        },
        {
            fileContent: File;
            request: {
                assetId: number;
                assetType: string;
                creationContext: {
                    creator: { groupId: number; userId: number };
                    expectedPrice: number;
                };
                description: string;
                displayName: string;
                icon: string;
                moderationResult: { moderationState: string };
                path: string;
                previews: { altText: string; asset: string }[];
                revisionCreateTime: string;
                revisionId: string;
                socialLink: { title: string; uri: string };
                state: "Unspecified" | "Active" | "Archived";
            };
        },
    > = ...

    POST https://apis.roblox.com/cloud/v1/assets Creates an asset with provided content and metadata. body Creates an asset with provided content and metadata.

    You can't add SocialLink objects when you create an asset. Instead, use Update Asset.

    Provide the Asset, binary asset file path, and content type in the form data.