bruno/memori-backend/ImportExport/Starts an Import process for memories from a TXT file-.bru
2024-07-16 11:15:30 +03:00

38 lines
666 B
Plaintext

meta {
name: Starts an Import process for memories from a TXT file-
type: http
seq: 2
}
post {
url: https://backend.memori.ai/api/v2/ImportExport/ImportTXT/{strToken}/{strMemoriID}
body: json
auth: none
}
params:path {
strToken:
strMemoriID:
}
body:json {
{
"txtSpecs": {
"granularity": "",
"questionsGenerationInstructions": "",
"attachSource": "",
"sourceAttachmentTitle": ""
},
"rows": [],
"importName": "",
"forceImport": "",
"conclusive": "",
"notPickable": "",
"contextVarsToSet": {},
"contextVarsToMatch": {},
"receiverID": "",
"addMediaLink": "",
"notes": ""
}
}