Wanted to see how many times a topic comes up in conversations. How would I do this with an API.
Looks like /api/v2/speechandtextanalytics/transcripts/search would do it but I do not know it is structured to find a topic. I guess it will look like below which is for sentiments.
I just tried it (I must confess for the first time, following your question....) and it might provide what you are looking for.
I assume that by "how many times a topic comes up in conversations" - you mean counting how many conversations included a specific topic (counting 1 per conversation even if the topic is repeated/detected several times in the conversation).