Skip to main content
POST
/
uploadJSON
POST /uploadJSON
curl --request POST \
  --url https://api.example.com/uploadJSON \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "cid": "<string>"
}

Body

application/json

JSON data to upload

Arbitrary JSON data to upload to IPFS

Response

JSON uploaded successfully

Response payload for file uploads.

cid
string
required

Content Identifier (CID) of the uploaded file on IPFS.