rozod
    Preparing search index...

    Variable postCloudV2UniversesUniverseIdGenerateSpeechAssetConst Api Param Description

    postCloudV2UniversesUniverseIdGenerateSpeechAsset: EndpointGeneric<
        { universe_id: string },
        {
            done: boolean;
            error: { code: number; details: { "@type": string }[]; message: string };
            metadata: { "@type": string };
            path: string;
            response: { "@type": string };
        },
        {
            speechStyle?: { pitch: number; speed: number; voiceId: string };
            text: string;
        },
    > = ...

    POST https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id:generateSpeechAsset Generate Speech Asset body universe_id The universe ID. Generates an English speech audio asset from the specified text.

    This endpoint requires the asset:read and asset:write scopes in addition to the universe:write scope.

    The response returns an Operation object that must be prefixed with /assets/v1. For example, the URL to discover the result of the operation could be https://apis.roblox.com/assets/v1/operations/8b42ef30-9c17-4526-b8cf-2ff0136ca94d.