Show IPFS object data.
arg [string]: The path to the IPFS object(s) to be outputted. Required: yes.
arg
offset [int64]: Byte offset to begin reading from. Required: no.
offset
length [int64]: Maximum number of bytes to read. Required: no.
length
progress [bool]: Stream progress data. Default: true. Required: no.
progress
true
On success, the call to this endpoint will return with 200 and the following body:
This endpoint returns a `text/plain` response body.
curl -X POST "http://127.0.0.1:5001/api/v0/cat?arg=<ipfs-path>&offset=<value>&length=<value>&progress=true"
Last updated 1 year ago