Welcome to our support community. Here, you can search for answers, join discussions, ask questions, give help, and, most importantly, learn!
Announcements, company news, ideas, and anything that doesn't fit elsewhere
Questions about our APIs, SDKs, and programmable media tools
Questions about our media applications and DAM tools, including Nexus and Assets
I'm trying to upload a text on a blank canvas to obtain it's height and width. The text uses a custom font that I've uploaded using the media library. The problem arises whenever I make the request on Postman I receive an image that looks like a default font. I'm assuming the width and height are also not correct either.…
when or how I use it
I have worked with Cloudinary's API for a few years so I'm basically doing the same thing I've always done, but I'm encountering this new issue. I uploaded avif, jpegs, etc and everything worked fine. Then I tried to upload a png which was created from a screenshot on my Macbook. It kept saying Bad Request 400 Could not…
Hi, I'm a student and I'm facing some difficulties, the images from my Django project do not appear in Cloudinary, consequently, they do not open on the server, it was not found. What can it be? How to solve?
i got this error : error in blog post: { message: 'Resource not found - https://res.cloudinary.com/drv2gu8b9/image/upload/v1700847934/blog-mern-app/kzg1lxdqfnt2asls0mgq.jpg', name: 'Error', http_code: 404 } this is my create post controller: const createPostController = async (req, res) => { try { const { title,…
I want to use the shear effect on images. First, I resize and pad a source image, specifying a black background for the padded area. It ends up with a letterbox effect, which is exactly what I want. Second, I apply a shear like (30, 0). In the resulting image, where the pixels have been moved along their axis, that area is…
I am using url-gen to generate image URLs in a Remix application, although I imagine this would be the same issue with any server-side rendering framework. Basically, I get hydration errors when I generate URLs due to a mismatch in client vs server rendering. For example, server renders something like this:…
I have no idea how to do it, I don't understand anything in the doc
How can I rename a transformed asset?
multer.js import DatauriParser from 'datauri/parser.js'; import path from 'path'; const storage = multer.memoryStorage(); const multerUploads = multer({ storage }).single("file"); const dUri = new DatauriParser(); const dataUri = req => dUri.format(path.extname(req.file.originalname).toString(), req.file.buffer); export…
Want to see some of the latest and greatest Programmable Media features from Cloudinary? If so, you're in luck as Aditya Ghule, Paul Thompson and I have produced three new walkthrough videos for you to do so. Correcting Old, Damaged Images with Generative Restore and AI Video Analytics with Video.js + HLS.js Support, API…
Cloudinary has several ways to get help. If you're not sure where to look for help, here's some advice on when to use our sites and services: 🔹 Documentation & Knowledge Base If you're looking for general information on using our products, our Getting Started guides, or know exactly what you need help with, the…
Welcome! We are so glad you're here. But before you get started, here are some things you need to know. This community has a set of standards across all our online spaces. They include (but are not limited to) the following principles and rules: Respect Our community members come from all over the planet and walks of life.…
Hi, I've been working in a project for the last month and everything was working properly before this morning. I have some images and my static files stored in cloudinary and after making a little change in my css file, it doesn't charge anymore and now I receive a 404 message when loading my project.
Postman is a popular tool for running REST API requests, whether it's to get a feel for the request and response parameters or maybe even for automation. We're a big fan at Cloudinary and so we've created our own public workspace with a set of collections that you can fork and use to test out various API calls. To get…
Hi, when I upload an SVG to my folder it is converted into an 'Authenticated' asset an I am unable to get a public URL. Can I convert I into public? Thanks
Hey, I'm pretty new to the world video optimization. We are currently working on a tiktok-like platform for mobile (i.e. people can swipe Videos). Because this app is made for mobile, there obviously are quite a few constraints regarding the performance expectations, set by apps like Tiktok and Instagram. Our goals is to…
Hello, Cloudinary community! I'm currently working on a marketing campaign and would love to hear your thoughts on leveraging Cloudinary for optimizing and delivering media assets to enhance user engagement. Are there any specific strategies, features, or integrations within Cloudinary that you have found effective in…
Recently, I have been encountering problems when using the Fetch URL feature. While the following URL works without issue: https://res.cloudinary.com/ashhair/image/fetch/w_700,f_auto,fl_lossy,q_auto,fl_progressive/https://ash-hair.com/shared_img/u/stylist/1458/2022112832400012934.jpeg This URL returns a 400 error:…
Regarding Concatenating Media — https://cloudinary.com/documentation/video_trimming_and_concatenating#concatenating_media Can audio files be concatenated? I know you can overlay multiple audio files, but the concatenation page only mentions video.