rozod
    Preparing search index...

    Variable postTopicGetTopicsConst Api Param

    postTopicGetTopics: EndpointGeneric<
        {},
        {
            error: { Code: number; Message: string };
            topics: { displayName: string; originalTopicName: string }[];
        },
        {
            genderType: "Male"
            | "Female"
            | "Unknown";
            inputQuery: string;
            items: { ItemType: "Asset" | "Invalid" | "Bundle"; TargetId: number }[];
            maxResult: number;
            selectTopics: string[];
        },
    > = ...

    POST https://catalog.roblox.com/v1/topic/get-topics Get topic given TopicRequestModel. body