Documentation Index
Fetch the complete documentation index at: https://docs.pinata.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Overview of the Private IPFS SDK Config
Usage
import { PinataSDK } from "pinata";
const pinata = new PinataSDK({
pinataJwt: process.env.PINATA_JWT!,
pinataGateway: "example-gateway.mypinata.cloud",
});
Parameters
pinataJwt (Optional)
The Pinata API JWT key that authorizes the SDK. Read more about API Keys.
pinataGateway (Optional)
The domain of the Gateway included with your account. Read more about Gateways.
pinataGatewayKey (Optional)
Optional Gateway Access Control key to authorize requests outside your account.