Documentation Index
Fetch the complete documentation index at: https://jigsaw-13.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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"
})