20 lines
256 B
Plaintext
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:
|
||
|
|
}
|