Trouble Using WhisperAPI

Ugh - even this doesn’t work:

Thunk19
Here the URL is set to a copy and paste of the working cURL from POSTMAN. I removed the authorization etc. from config first so all of that is going into the cURL POST call. I get an Network Request Failed error. ArGH!

I cut all the variables I could from the call in POSTMAN and tested it so it still worked. Here’s the stripped down version I used above:

curl --location --request POST 'https://transcribe.whisperapi.com' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'url=https://res.cloudinary.com/dovla2494/video/upload/v1675097397/baooovmwnyoyiqluubal.mp4'