# Blobs ## List **get** `/v1/blob` List blobs in your account ### Returns - **key:** `string` - **lastModified:** `string` Creation date of the object - **size:** `number` Size in bytes of the object ## Delete **delete** `/v1/blob/{key}` Delete a blob ## Get **get** `/v1/blob/{key}` Get a blob’s contents. ## Store **post** `/v1/blob/{key}` Store data in blob storage