Is it possible to extract secure_url from upload endpoint and store it on my own database?
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! 😀
0
Answers
-
Hi @Funkstermonster ,
Thanks for reaching out.
Yes, you would need to extract the secure_url from the upload response and then store it in your database.
We have various examples here which may help you: https://github.com/cloudinary-community/cloudinary-examples#nextjs.
Please let me know if you need anything else.
Kind Regards,
Thomas
0