Uploads
Upload a File
Upload a file to either Public or Private IPFS
POST
The V3 Upload endpoint currently does not support folder uploads. Please use the legacy pinFileToIPFS endpoint
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
File object you want to upload
ID of the group you would like to upload
Add additional key value metadata to files upon upload
Add a custom name for the file
Determine if the file should be uploaded to either the public or private IPFS network. If not designated it will default to private.
Available options:
public
, private
Response
200 - application/json