pin_add
/api/v0/pin/add
REQUEST
curl "https://ipfs.krypc.io:5001/api/v0/pin/add?arg=<ipfs-path>&recursive=true&progress=<value>" \
-X POST \
-u "<API_KEY>:<API_KEY_SECRET>"RESPONSEβ
{
"Pins": ["QmSTkR1kkqMuGEeBS49dxVJjgHRMH6cUYa7D3tcHDQ3ea3"]
}Last updated
Was this helpful?