Uploading base64 to cloudinary and strapi

I have a base64 image that I want to upload to cloudinary and use with strapi.
I got told that I coudl upload the base64 to cloudinary and get the url from cloudinary to pass on to strapi.

I already configuerd cloudinary with strapi and if I add an image in strapi It works fine. But I cant find anywhere how I can upload an image to cloudinary when u also use strapi.

Anyone know how to do this?