cURL
curl --request PUT \ --url https://api.pinata.cloud/groups/{id}/cids \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "cids": [ "QmVLwvmGehsrNEvhcCnnsw5RQNseohgEkFNN1848zNzdng", "bafkreih5aznjvttude6c3wbvqeebb6rlx5wkbzyppv7garjiubll2ceym4" ] } '
"OK"
Documentation IndexFetch the complete documentation index at: https://docs.pinata.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pinata.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type string.
string