by cloudinary
India
media
image-management
Store, transform, and deliver images
Cloudinary's Image API provides a comprehensive suite of tools for managing your website's entire image pipeline. From upload to storage, manipulation, optimization, and delivery, Cloudinary offers solutions for every stage of the image lifecycle.
Integration is simple with SDKs for all major programming languages. Here's an example using the JavaScript SDK:
// Node.js server-side
const cloudinary = require('cloudinary').v2;
// Configure your SDK
cloudinary.config({
cloud_name: 'your_cloud_name',
api_key: 'your_api_key',
api_secret: 'your_api_secret'
});
// Upload an image
cloudinary.uploader.upload('sample.jpg', {
folder: 'samples',
public_id: 'sample_image',
tags: ['product', 'electronics'],
transformation: [
{ width: 500, height: 500, crop: 'limit' }
]
})
.then(result => console.log(result))
.catch(error => console.log(error));
// Generate a transformation URL
const url = cloudinary.url('sample_image', {
width: 300,
height: 300,
crop: 'fill',
effect: 'auto_contrast',
format: 'webp'
});
<!-- Using the Cloudinary React SDK -->
import { AdvancedImage } from '@cloudinary/react';
import { Cloudinary } from '@cloudinary/url-gen';
import { fill } from '@cloudinary/url-gen/actions/resize';
import { autoGravity } from '@cloudinary/url-gen/qualifiers/gravity';
// Create a Cloudinary instance
const cld = new Cloudinary({
cloud: {
cloudName: 'your_cloud_name'
}
});
// Use in your components
function MyImage() {
const myImage = cld.image('sample_image')
.resize(fill().width(300).height(300).gravity(autoGravity()))
.format('auto')
.quality('auto');
return <AdvancedImage cldImg={myImage} />;
}
Cloudinary offers a generous free tier with 25GB storage, 25GB bandwidth, and 25,000 transformations per month. Paid plans start with additional features and higher usage limits.
mark data
Automated Bank Statement Parsing And Financial Analysis
RBI-compliant Video KYC with AI-driven Face Match, OCR, Liveness, and OVD verification—built for Banks, NBFCs, and Fintechs.
KYC via Aadhaar, PAN, and DigiLocker
Verify high-value transaction compliance status
Our team is here to assist you in choosing the right API provider for your needs.
Ahmedabad
B-714, K P Epitome, near Dav International School, Makarba, Ahmedabad, Gujarat 380015
+91 99747 29554
Mumbai
C-20, G Block, WeWork, Enam Sambhav, Bandra-Kurla Complex, Mumbai, Maharashtra 400051
+91 99747 29554
Stockholm
Bäverbäcksgränd 10 12462 Bandhagen, Stockholm, Sweden.
+46 72789 9039