About
Pricing
Login
Send Images
Consume Images
import { Uploader } from '@reimage/reimage-react'
const uploader = new Uploader({ apiKey: MY_API_KEY })
const myImages = [ File, File, File ]
const response = await Uploader.upload(myImages)
console.log(response)
Try some geometric transforms, format options and AI helpers and see the results for yourself!
Select Format
Select Size
Background Removal AI
Just POST new images as multipart form attachments through our REST API. Don't forget your API key.
const result = await fetch('https://api.reimage.dev/upload', { method: 'POST', headers: { Authorization: 'Bearer <API KEY>', } body: myMultipartFormImage }) const json = await response.json() console.log(json.optimized)
We are building seamless libraries with no dependencies.
React
reimage-react
Node
reimage-node
Vue
coming soon
Python
coming soon
Flutter
coming soon
Wordpress
coming soon
Wix
coming soon
Shopify
coming soon