Methods
The API exposes the following methods.
Method | Path | Description |
---|---|---|
POST | /api/assets | Uploads a new asset. Use multipart/form-data for the request format and single file upload. |
GET | /api/assets | Gets all assets. |
DELETE | /api/assets | Deletes a asset. |
GET | /api/assets/folders/{*path} | Returns a list with all the folders in a blob container. |
GET | /api/assets/files/{*path} | Returns a list with all the folders in a blob container. |