Store Audio from Blob url to server in Laravel

I’ve a portal in which I’m recording user audio and I am getting a blob URL and now I want to store this blob url as a file in my database. Can anyone help me with this.

I tried by using CURL and and file_put_contents but nothing is working.