
Image hosting for developers
Simple uploads.
Faster downloads.
Images on-the-fly.
Image hosting can be tricky. Ospry is here to help.
Cross-platform uploads directly from your app. Never worry about storage or availability again.
Learn about ospry.upBuilt-in CDN integration and scaling means more selfies, cats, and memes per second.
Try it outImage-level privacy settings with super fast toggling. Control who sees what, and for how long.
Learn about privacyGet the right size for the job. On-demand resizing means less bandwidth and a better fit.
Learn about ospry.getHave a feature you'd like to see?
Send us a note<script src="https://code.ospry.io/v1/ospry.js"></script>
<form id="up-form">
<input type="file" multiple />
<button type="submit">Upload</button>
</form>
var ospry = new Ospry('YOUR_PUBLIC_KEY');
$('#up-form').submit(function(e) {
e.preventDefault();
ospry.up({
form: this,
imageReady: imageReady,
});
});
var imageReady = function(err, metadata) {
ospry.get({
url: metadata.url,
maxHeight: 400,
imageReady: function(err, domImage) {
$('body').append(domImage);
},
});
};
5,000
Images
40 GB
Bandwidth
Unlimited
Resizing