You can find our simple and ready-to-use samples projects, along with documentations in thesamples folder. Please consult with theREADME file, for usage and explanations. Usage Configuration Each request for building a URL of a remote cloud resource must have thecloud_nameparameter set. Each ...
You can get yourCLOUDINARY_URLfrom yourCloudinary console. It typically looks like this:cloudinary://API_KEY:API_SECRET@CLOUD_NAME. Make sure to replaceAPI_KEY,API_SECRET, andCLOUD_NAMEwith your actual Cloudinary credentials. Usage // Upload$uploadedFileUrl=cloudinary()->upload($request->file(...
PHP Java Go Ruby .NET iOS cloudinary 2.x cloudinary.v2.uploader .text(text) .then(result=>console.log(result)); Tip SDK-specific documentation can be found in the SDK Guides. Using the CLI to access the Upload API You can use the Cloudinary CLI (Command Line Interface) to interact ...
This section provides an overview and examples of the following commonly used image transformation features, along with links to more detailed documentation on these features: Resizing and cropping Converting to another image format Applying image effects and filters ...
//cloudinary.com/documentation/image_upload_api_reference#tags_method */ public function replaceTag($tag, $publicIds = [], $options = []) { return $this->uploadApi()->replaceTag($tag, $publicIds, $options); } /** * Replaces all existing tags on the assets specified with the tag ...
The Cloudinary Android SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize and transform your cloud's assets. Additional documentation This Readme provides basic installation and usage information. For the complete documentation, see theAndroid SDK Guide....
This guide relates to the current release of theCloudinary PHP SDK v2.x. For information on the previous major release of the PHP SDK, see thePHP SDK 1.xdocumentation. See thePHP SDK Migration guidefor more information on migrating from version 1.x to version 2.x of the PHP SDK. ...
PHP Java Ruby .NET Dart iOS Android Flutter Kotlin jQuery React Native https://res.cloudinary.com/demo/video/upload/ar_1.0,c_limit,h_150/guy_woman_mobile.mp4padThe pad resize mode resizes the video to fill the specified dimensions while retaining the original aspect ratio and with all of ...
For example, delivering the video with a public ID of: glide-over-coastal-beach, from the demo product environment in mp4 format: URL Node.js React Vue.js Angular JS Python PHP Java Ruby .NET Dart iOS Android Flutter Kotlin jQuery React Native https://res.cloudinary.com/demo/video/upload...
An overlay is applied to the top right corner (north_east) of the video with a height 25 pixels and opacity of 90. PHP use Cloudinary\Transformation\VideoEdit; use Cloudinary\Transformation\Effect; use Cloudinary\Transformation\Resize; use Cloudinary\Transformation\Overlay; use Cloudinary\...