metadata: Only load the video metadata. none: Don't load any video data. publicId String The Cloudinary public ID of the video source to use when the player loads. You can use this setting for a player that w
Maintain a Powerful Content Hub Efficiently manage digital assets and collaborate with internal and external stakeholders through an intuitive media library with tagging, search, and content analysis; structured metadata; and asset manipulation.Integrate With Your Technology Stack Seamlessly integrate with ...
env.CLOUDINARY_API_KEY, apiSecret: process.env.CLOUDINARY_API_SECRET, // resourceType: `image`, // type: `twitter`, // maxResults: 22, // tags: true, // context: true, // prefix: `demo/animals` }, }, { resolve: `gatsby-transformer-cloudinary`, options: { // Add the `gatsby...
feat: selective response for admin and search api feat: multiple values support for fields and with_field methods in search api2.1.0 / 2024-03-29feat: added support for new api in beta - analyze api chore: added state to datasource entry type fix: metadata field api response datasource ...
import com.cloudinary.*; ... Cloudinary cloudinary = new Cloudinary(ObjectUtils.asMap( "cloud_name", "my_cloud_name", "api_key", "my_api_key", "api_secret", "my_api_secret", "secure", true)); Check out our docs for more infohttps://cloudinary.com/documentation/java_integration#in...
curl https://api.cloudinary.com/v1_1/cld-docs/image/upload -X POST --data 'file=sample.jpg&transformation=w_2000,h_1000,c_limit×tamp=173719931&api_key=436464676&signature=a788d68f86a6f868af'MetadataThere are three types of metadata that can be stored with your assets: structured me...
With Bytescale, you get clear and simple documentation.Our READMEstell you exactly what to do, and how to do it.No longmanuals. No initial configuration. Everything just works. You can integrate with Bytescale in about 60 seconds, right now,simply bycopying these code samples: ...
Make API client public 1.4.0 / 2021-11-18 New Functionality And Features Add support for Moderation in UploadResult Other Changes Fix UpdateMetadata Upload API parameters 1.3.0 / 2021-08-20 New Functionality And Features Add support for query parameters in CLOUDINARY_URL Add support for Deliv...
In the example below, we use the Ruby SDK to bulk upload and add contextual metadata to the corresponding asset following this process: Ruby Environmentsetup Fork from the Cloudinary Ruby-SDK-Quickstartdocumentation Set up your Cloudinary configuration in theconfig.rbfile. Credentials can be found ...
// File: ./gatsby-config.jsmodule.exports={plugins:[{resolve:`gatsby-source-cloudinary`,options:{cloudName:process.env.CLOUDINARY_CLOUD_NAME,apiKey:process.env.CLOUDINARY_API_KEY,apiSecret:process.env.CLOUDINARY_API_SECRET,// resourceType: `image`,// type: `twitter`,// maxResults: 22,// ...