Secure image cloud hosting with real time image manipulation

Full-stack image management API built on Google Cloud Platform

Easy to start
Shardimage makes the first steps as easy as possible. There are no big starter expenses, just sign up, upload your images and start using our tools.
Easy to start
Created for developers
Created for developers
We specifically made Shardimage for the purpose, to make the life of the developers, alike us, easier on the field of daily used services and integration.
Usage Based Pricing
You only have to pay after the actual usage. There won’t be unnecessary packages and needless functions charged on your account, besides we are flexible.
Usage Based Pricing
Image cloud storage
Image cloud storage
Secure your images in a fast storage and access your files whenever you need them. Integration options coming soon for Dropbox, Google Drive, Microsoft Azure, etc.
CDN ready
You already use a CDN service? You don't have to change it, Shardimage can work with your existing CDN partner or you can choose our recommended CDN service.
CDN ready
Multifunctional tool
Multifunctional tool
Shardimage contains more than it shows. It helps your workflow with: image hosting, digital asset management, image manipulation, compression, converting, etc.
Super Backup
A disaster-safe solution. With Super Backup you can make backups of your images easily at service providers like Amazon or Google Cloud, etc.
Super Backup
Stable and scalable
Stable and scalable
Our API was created entirely on Google Cloud Platform. We used those tools (like BigQuery, Bigtable, etc) Google using for it's own applications. If you need a scalable solution, you came to the right place.

Test our service without risk!

Fast, URL based image transformations

use shardimage\shardimagephp\auth\Client;
use shardimage\shardimagephp\factories\Transformation;

$client = new Client([
    'apiKey' => '<apiKey>',
    'apiSecret' => '<apiSecret>',
    'imageSecret' => '<imageSecret>',
    'cloudId' => '<cloudId>',
]);
$transformations = (new Transformation())->gFace()->zoom(500)->group()->size(370)->round("max");
$url = $this->client->getUrlService()->create([
    'publicId' => 'olivia.jpg',
    'cloudId' => '<cloudId>',
], [
    'security' => 'basic',
    'transformation' => $transformations,
]);

                                        
use shardimage\shardimagephp\auth\Client;
use shardimage\shardimagephp\factories\Transformation;

$client = new Client([
    'apiKey' => '<apiKey>',
    'apiSecret' => '<apiSecret>',
    'imageSecret' => '<imageSecret>',
    'cloudId' => '<cloudId>',
]);
$transformations = (new Transformation())->height(410)->group()->size(370)->gBottom();
$url = $this->client->getUrlService()->create([
    'publicId' => 'crowd.jpg',
    'cloudId' => '<cloudId>',
], [
    'security' => 'basic',
    'transformation' => $transformations,
]);

                                        
use shardimage\shardimagephp\auth\Client;
use shardimage\shardimagephp\factories\Transformation;

$client = new Client([
    'apiKey' => '<apiKey>',
    'apiSecret' => '<apiSecret>',
    'imageSecret' => '<imageSecret>',
    'cloudId' => '<cloudId>',
]);
$transformations = (new Transformation())->size(370)->group()->blur(500);
$url = $this->client->getUrlService()->create([
    'publicId' => 'in-cofe.jpg',
    'cloudId' => '<cloudId>',
], [
    'security' => 'basic',
    'transformation' => $transformations,
]);


                                    
use shardimage\shardimagephp\auth\Client;
use shardimage\shardimagephp\factories\Transformation;

$client = new Client([
    'apiKey' => '<apiKey>',
    'apiSecret' => '<apiSecret>',
    'imageSecret' => '<imageSecret>',
    'cloudId' => '<cloudId>',
]);
$transformations = (new Transformation())->size(370)->group()->gFace()->tintRed(20);
$url = $this->client->getUrlService()->create([
    'publicId' => 'steve.jpg',
    'cloudId' => '<cloudId>',
], [
    'security' => 'basic',
    'transformation' => $transformations,
]);


                                    
Check the full list of transformations and effects by clicking here »

Pricing details

No hidden costs - transparent pricing truly based on usage.

Storage
Save your files, save yourself from massive losses! Store your images in the cloud safe and steady where you can keep them in order, easily updated or replaced.

Price: 1 GB / from $0.026

More details »

Compute Unit
Our system computes editing and manipulations real time. E.g. you can either watermark your images or add an effect, etc. The cost of these manipulations are defined as compute units (CU).

Price: 1 CU / $0.01

More details »

Network
Only pay for your real network traffic. Egress is the bandwidth comes from the source network (from us) to an external destination (to your end users).

Price: 1 GB / from $0.008

More details »