Upload images, videos and documents effortlessly.
import { JigsawStack } from "jigsawstack"; const jigsaw = JigsawStack({ apiKey: "your-api-key" }); const response = await jigsaw.store.upload({ "blob": "image-123.png", "key": "image-123.png" })
image-key.png
Was this page helpful?