Hello there,
So you need to find themes in Microsoft Store and the input is the transcription from any audio or video,?
If so powershell script can help you achieve this. The Get-SPOTheme cmdlet returns the settings for a named existing theme, or for all uploaded themes if no name is provided.
Get-SPOTheme https://learn.microsoft.com/en-us/powershell/module/sharepoint-online/get-spotheme?view=sharepoint-ps
----------------------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer--