Documentation

Learn how to use all features of Cloudinary Studio

Getting Started

1. Sign up with your account using Clerk authentication.

2. Upload images or videos from your dashboard.

3. Manage visibility, transformations, downloads & more.

Upload Media

Upload JPG, PNG, WEBP, MP4, MOV and more.

POST /api/upload

Body:
- file: Binary File
- type: "image" | "video"
- visibility: "public" | "private"

Video Processing

You can fetch video metadata, generate thumbnails, and perform transformations.

Transformations

GET /api/transform
?effect=blur
?resize=500x500
?quality=80

API Reference

Full REST API documentation for developers.

Security

All private files require user authentication to access.

Integrations

Use with React, Next.js, Node, or any backend service.

Utilities

Quick copy actions and helpful tools included.