IPFS quickstart
This quickstart guide will help you set up and make calls on the IPFS network using the Infura endpoints.
Restricted access
New IPFS key creation is disabled for all users. Only IPFS keys that were active in late 2024 continue to have access to the IPFS network.
Prerequisites
Before you begin, ensure you have a valid API key and API key secret.
Make calls
curl
curl generates the auth header and encodes your credentials behind the scenes.
Include the -u flag with the authentication information.
curl -X POST -F file=@myfile -u "<YOUR-API-KEY>:<YOUR-API-KEY-SECRET>" "https://ipfs.infura.io:5001/api/v0/add"