IBM is known for their hardware and software, but they also provide a lot of APIs on the IBM Cloud. Their IBM Cloud Docs: APIs provides all the specifications for each API.
Here we'll use the Speech-To-Text API. By sending an audio file, we’ll be able to obtain the script of this video.
Prerequisites
- Obtain an API key: Go to IBM Cloud Docs: Speech-to-Text API for details.
- Install the AIMMS HTTP Client Library: See AIMMS Documentation: Adding the HTTP Client Library for details.
Read more...