Retrieve a blob

Retrieve a blob or a byte range of a blob.

GET
/v1/blobs/{account}/{blobName}

Path Parameters

accountstring

The account the blob belongs to.

blobNamestring

The name of the blob to retrieve. This CAN include / characters.

Header Parameters

range?string

The byte range to retrieve, in the format bytes=start-end. If not specified, the entire blob will be returned.

Response Body

curl -X GET "https://api.shelbynet.shelby.xyz/shelby/v1/blobs/string/path/to/myblob.txt" \  -H "range: bytes=0-1023"
Empty
Empty
Empty
Empty
Empty