Help me get the response using GET request

Hello Koder,
I m creating an snapchat video downloader application for which i am using socialvdo api
this is a demo link which gives download video link

its takes about 3s for this api to return the download link

https://6671b2243bf94c0c5c4ac624--sparkling-pony-c787ba.netlify.app/?platform=snapchat&link=https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYbXdyY3N2d3FkAY_-o7WiAY_-o7WMAAAAAQ&api_key=7a3ded93-37b0-4897-8fa7-eaf6e9ee9b52

i have set this as a web url and perform a GET request but instead of just download link im getting source code of that page i mean html code on using web.got text (ResponseContent) can anyone help me in this

Thanks in Advance

set Web.SaveResponse to true, set Web.ResponseFilename to a reasonable filename and use the Web.GotFile event to receive the file

Taifun