Fastpic
IMAGE API · BUILT FOR MARKETPLACES

Ship marketplace images.
Resize, optimize, deliver.

Drop-in API and CDN for product images. 50 ms p95, 95%+ WebP conversion, pay per stored image.

import { FastPic } from '@fastpic/sdk'
 
const fp = new FastPic({ apiKey })
 
const { url } = await fp
.upload(file)
.resize(800)
.format('webp')
Marketplace product image
Marketplace product image
Marketplace product image
Marketplace product image
Marketplace product image
Marketplace product image
50ms p95
WebP
Global CDN
S3-backed
ADVANTAGES

Built for marketplaces that ship

Low Prices

Optimal rates with no hidden fees

// response headers
cache-control: public, max-age=31536000
cf-cache-status: HIT
content-type: image/webp

Stable Webhooks

Reliable integration without failures

https://cdn.fastpic.io/<hash>
?w=800&q=80&fmt=webp

Simple Integration

Connect in minutes

{
"stored": 12_430,
"bandwidth_gb": 0
}
HOW IT WORKS

Three simple steps to perfect content

01
Install SDK
$ npm install @fastpic/sdk
02
Initialize client
const fp = new FastPic({
apiKey: 'fp_live_…'
})
03
Upload your image
const { url } = await
fp.upload(file)
04
Use the URL
<img src={url + '?w=800&fmt=webp'} />
TRUSTED BY
Zonic
Marktly
Shelfio
Kartio
Pricewise
Ordric
Trolly
Gridmart
SHOWCASE

See it work

Real-time transforms, applied via URL parameters. No reprocessing, no backend work.

Apparel product image
/cdn/apparel.jpg?w=200
Resize · 2000×2000 → 200×200
Electronics product image
/cdn/electronics.jpg?fmt=webp&q=80
Format · JPG → WebP (−68% bytes)
Furniture product image
/cdn/furniture.jpg?blur=20
LQIP placeholder for fast LCP
Lifestyle product image
/cdn/lifestyle.jpg?srcset=auto
Responsive variants · 320/768/1280/1920
PRICING

Choose your plan

Save 33% on a yearly subscription
Free
For developers and hobbies
$0/mo
  • 25 credits
  • 3 users
  • 1 account
Get started
Most popular
Plus
For small business & websites
$98$49/mo
  • 225 credits
  • 3 users
  • 2 accounts
Get started
Advanced
For large projects & apps
$249$124/mo
  • 600 credits
  • 5 users
  • 3 accounts
Get started
Enterprise
For corporations
Let's talk
  • unlimited credits
  • unlimited users
  • unlimited accounts
Contact us
FAQ

Frequently Asked Questions

How will using Fastpic affect the speed of my website or app?
Fastpic significantly speeds up page loading. We use smart compression algorithms and automatically serve images in the most modern formats (WebP, AVIF), which weigh up to 80% less without visible quality loss. Thanks to integration with a global content delivery network (CDN), your users will instantly receive photos from the nearest server, which directly improves Core Web Vitals scores and search rankings.
How difficult is it to migrate our data to Fastpic and set up the API?
Migrating data to Fastpic takes just a few minutes. Simply provide a link to your current storage – our API will automatically connect to it and start processing images. API documentation and ready-made SDKs for popular languages speed up integration.
How exactly does automatic content moderation work?
We use an AI model to automatically detect NSFW content on every image request. You can configure the sensitivity level and define actions when triggered: blocking, blurring, or notification.
Where are my originals stored and is there a risk of vendor lock-in?
Your originals remain in your storage (S3, Google Cloud, etc.) – we don't copy or store images on our servers. Fastpic only proxies and processes requests, so there is no vendor lock-in.
How does the credit system work and which plan should I choose?
Each operation (image transformation or moderation) uses a certain number of credits. The number of credits depends on the complexity of the operation. We recommend starting with the Free plan to evaluate the platform, then upgrading to Plus or Advanced based on your volume.

Start sending images in minutes

Drop your email, we'll set up your account.

No credit card required.

Already have an account? Log In