Get dowloadable url from API (Recordings)

so i can get recording url and passwords in api but i need to contruct url so i can feed it into next API. i tried chatgpt ans got this url format

url = “Error - Zoom

but it does not work for some reason, it stiil asks for password on browser
my link is like this

https://zoom.us/rec/download/e3652bcb-46cd-4935-82dc-f713c69xxxx?pwd=password

it works fine if use download url with API credentials , but i cannot pass credentials to next API .

obviously workarround is to download file locally and then upload to next API

just wanted to skip that step