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": "" } }