Upload a file to your memory
API endpoint for uploading files (PDF, DOCX, etc.) to your Personal AI memory.
Your Personal AI API key
Must be set to application/json
Domain name of AI Persona to upload to (e.g., “paidevelopers-python” from paidevelopers-python.personal.ai)
The file to be uploaded
A JSON-encoded string containing additional request parameters
Title of the uploaded document
ISO timestamp string indicating start time (UTC). Defaults to current time.
ISO timestamp string indicating end time (UTC). Defaults to current time.
Comma delimited list of tags for context and reference
Boolean to specify whether to add the document to memory. If false, upload shows up as draft in Documents. Defaults to true.
Success or error message
Code | Description |
---|---|
403 | Forbidden - Check that API key is invalid |
Upload a file to your memory
API endpoint for uploading files (PDF, DOCX, etc.) to your Personal AI memory.
Your Personal AI API key
Must be set to application/json
Domain name of AI Persona to upload to (e.g., “paidevelopers-python” from paidevelopers-python.personal.ai)
The file to be uploaded
A JSON-encoded string containing additional request parameters
Title of the uploaded document
ISO timestamp string indicating start time (UTC). Defaults to current time.
ISO timestamp string indicating end time (UTC). Defaults to current time.
Comma delimited list of tags for context and reference
Boolean to specify whether to add the document to memory. If false, upload shows up as draft in Documents. Defaults to true.
Success or error message
Code | Description |
---|---|
403 | Forbidden - Check that API key is invalid |