postBatch: EndpointGeneric<{
    Roblox-Place-Id: undefined | number;
}, {
    data: {
        errorCode: number;
        errorMessage: string;
        imageUrl: string;
        requestId: string;
        state:
            | "Error"
            | "Completed"
            | "InReview"
            | "Pending"
            | "Blocked"
            | "TemporarilyUnavailable";
        targetId: number;
        version: string;
    }[];
}, {
    alias: string;
    format: string;
    isCircular: boolean;
    requestId: string;
    size: string;
    targetId: number;
    token: string;
    type:
        | "Avatar"
        | "GamePass"
        | "AvatarHeadShot"
        | "GameIcon"
        | "BadgeIcon"
        | "GameThumbnail"
        | "Asset"
        | "BundleThumbnail"
        | "Outfit"
        | "GroupIcon"
        | "DeveloperProduct"
        | "AvatarBust"
        | "AutoGeneratedAsset"
        | "PlaceIcon"
        | "AutoGeneratedGameIcon"
        | "ForceAutoGeneratedGameIcon"
        | "Look";
}[]> = ...

POST https://thumbnails.roblox.com/v1/batch

Returns a list of thumbnails with varying types and sizes

List of ThumbnailBatchRequest objects, may contain the following request types: 1. Avatar 2. AvatarHeadShot 3. GameIcon 4. BadgeIcon 5. GameThumbnail 6. GamePass 7. Asset 8. BundleThumbnail 9. Outfit 10. GroupIcon 11. DeveloperProduct 12. AutoGeneratedAsset 13. AvatarBust 14. PlaceIcon 15. AutoGeneratedGameIcon 16. ForceAutoGeneratedGameIcon 17. Look

(optional) placeid