Boolean to specify whether to add the document to memory. Defaults to true.
Example Request
Copy
Ask AI
"is_stack": true
Example
Copy
Ask AI
{ "Text": "This is a long document that is consumed into the document view.", "Title": "Personal AI", "DomainName": "ai", "Tags": "#doc1", "is_stack": false, "Starttime": "2023-07-09T10:00:00.000Z", "EndTime": "2023-07-09T10:00:00.000Z"}
curl --location 'https://api.personal.ai/v1/upload-text' \--header 'Content-Type: application/json' \--header 'x-api-key: <your-api-key>' \--data '{ "Text": "This is a long document that is consumed into the document view.", "Title": "New Document", "DomainName": "paidevelopers-comapany", "Tags": "documents,blog,draft", "is_stack": true}'