Path
The key of the file to be retrieved.
Response
Indicates whether the call was successful.
The message returned by the API.
The accessible URL of the file.
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({ apiKey: "your-api-key" });
const response = await jigsaw.store.get({
"key": "image-123.png"
})