Curious, what exactly would you be expecting from a presentation software API? Like a webplayer style player.next() and player.back(), or a way to make embedded media inside?
- Being able to programmatically control the contents of an INDIVIDUAL slide
- Being able to programmatically control the order of slides
With a robust API there are two uses cases I can think of off the top of my head:
- You're leading an all-hands meeting and talking about revenue. The slide is connected to your Stripe account via a webhook, so the revenue figure on screen is dynamic and updates in real time
- You're pitching an investor with the goal of convincing the investor to give you money, and you're recording the conversation in real time. The recording gets processed through some language processing system, and the system recognizes the context of the conversation. You're about to talk about your team, but the system thinks that perhaps a better strategy would be to talk about the market size. So, it automatically reorders to slides and makes the NEXT slide about the market size. You hit next, see the market size slide and then talk about it
I'm sure there's a million different creative use cases that we'll see in the future. I'm fairly optimistic that Pitch has a ton of potential to change the general presentation status quo from static presentations, to dynamic presentations