Retrieve a file.
import { JigsawStack } from "jigsawstack"; const jigsaw = JigsawStack({ apiKey: "your-api-key" }); const response = await jigsaw.store.get({ "key": "image-123.png" })
Was this page helpful?