bruno/memori-backend/Asset/Downloads a file from an Asset object-.bru
2024-07-16 11:15:30 +03:00

20 lines
256 B
Plaintext

meta {
name: Downloads a file from an Asset object-
type: http
seq: 10
}
get {
url: https://backend.memori.ai/api/v2/Asset/{fileName}/{memoriSessionID}
body: none
auth: none
}
params:query {
~memoriSessionID:
}
params:path {
fileName:
}