Create a memory bank snapshot
Creates a new memory bank snapshot from either an uploaded file or an existing artifact. Accepts VTT, DOCX, or PDF files up to 50MB. The snapshot will be processed asynchronously.
Authentication
AuthorizationBearer
API key passed as Bearer token in Authorization header (e.g., “Authorization: Bearer YOUR_API_KEY”)
Path parameters
mindId
Request
This endpoint expects a multipart form containing an optional file.
file
Transcript file (VTT, DOCX, or PDF format, max 4MB). Required if artifactId is not provided.
artifactId
ID of an existing artifact. Required if file is not provided.
digitalTwinId
Optional digital twin ID to associate with this assessment
Response
Memory bank snapshot created and processing initiated
message
Status message
mindAssessmentId
ID of the created memory bank snapshot
artifactId
ID of the associated artifact
