bruno/memori-backend/Asset/Downloads a file from an old asset file URL, such as--```-api-v1-memoriai-memory--memoryID--media-cloud--path---assetID-.-ext-```.bru

18 lines
326 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Downloads a file from an old asset file URL, such as
```/api/v1/memoriai/memory/<memoryID>/media/cloud/<path>/<assetID>.<ext>```.
type: http
seq: 6
}
get {
url: {{baseUrl}}/api/v1/memoriai/memory/:strMemoryID/media/cloud/:assetID
body: none
auth: none
}
params:path {
strMemoryID:
assetID:
}