Thanks @al_ps, after some intense detective work on why the http 400 error was being generated (from my catch statement in /transcription endpoint), I traced the error back to something as simple as although I had generated an environment variable group, I neglected to link it to this deployment. So, my API token was not being passed in the axios POST request when I hit /transcription. Now it is, and all is good. Thanks for your support!