Is it possible to extract secure_url from upload endpoint and store it on my own database?

Options
Funkstermonster
Funkstermonster Member Posts: 1

Hello,

So I have a Next.js app with Prisma, and what I want is to extract the secure_url of the image from the Cloudinary's upload endpoint, and send it to my BE endpoint("/api/product") and store this secure_url in my database. Is that possible to make it with Cloudinary? (I hope that what I wrote is understandable)


Thanks! 😀

Answers