WhisperAPI not working

Hello @vishruth-ram
Thank you for sharing more information
The API you are trying to use accepts path but on Thunkable you can send files only as URLs.
You will need to use a backend service such as Xano that will:

  1. receive the URL
  2. convert it to a file
  3. send it as a path on your API.

Another user followed the same process to solve his issue here: Getting Error while Sending API request in Thunkable - #15 by whoocoder