rozod
    Preparing search index...

    Variable postAudioVerifyConst Api Param

    postAudioVerify: EndpointGeneric<
        {},
        { balance: number; canAfford: boolean; name: string; price: number },
        {
            duration: number;
            file: string;
            fileSize: number;
            groupId: number;
            name: string;
            paymentSource: string;
        },
    > = ...

    POST https://publish.roblox.com/v1/audio/verify Verifies an audio file and returns a product that you can purchase to publish the audio file. body The verify audio request body. Roblox.Publish.Api.VerifyAudioRequest