Skip to content

Commit c8b8838

Browse files
authored
fix: emphasize when PSA is needed in docs (#2312)
1 parent 69a49ce commit c8b8838

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/website/pages/docs/how-to/pinning-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ You can ask NFT.Storage to archive data that is already on the [IPFS](https://ip
44

55
NFT.Storage provides a pinning service that is modeled closely on the [IPFS Pinning Service API specification](https://ipfs.github.io/pinning-services-api-spec/).
66

7+
**You do not need to request access if you are storing data with NFT.Storage directly. Data stored with NFT.Storage is persisted indefinitely by default. This API is only useful if you are looking to store data with NFT.Storage that is already available on the IPFS network. Even in these situations, if you are able to, we recommend you generate a CAR file from a IPFS node hosting the content and directly upload that to NFT.Storage (e,g,m run `ipfs dag export` from your local node) rather than use the Pinning API.**
8+
79
For a full list and documentation of all the available pinning service endpoints, visit the [IPFS Pinning Service API endpoint documentation](https://ipfs.github.io/pinning-services-api-spec/#tag/pins).
810

911
## Requesting access

0 commit comments

Comments
 (0)