create_snapshot
create_snapshot
Starts AI training to analyze transcript data and learn communication patterns, decision-making style, tone, vocabulary, and personality traits. This is an asynchronous operation that typically takes 5-15 minutes.
The create_snapshot tool processes uploaded transcript data into a trained AI model. The result is a snapshot—a point-in-time representation of how a person thinks and communicates.
Parameters
mindId
digitalTwinId
artifactId
Request
Response
Response Properties
Your AI model is now training in the background. Use get_snapshot_status to check when it’s ready for simulations.
Processing Time Estimates
Factors affecting processing time include file size, number of unique speakers, conversation complexity, and current system load.
What the AI Learns
During processing, Mind Reasoner’s AI analyzes your transcript to extract:
Communication Style
- Vocabulary and phrasing
- Sentence structure
- Formality level
- Speech patterns
Emotional Patterns
- Tone and mood
- Empathy expression
- Confidence levels
- Reaction patterns
Decision-Making
- Problem-solving approach
- Question handling
- Prioritization style
- Reasoning patterns
Error Responses
404 Not Found
Solution: Verify the artifactId is correct and ensure the file upload completed successfully.
400 Bad Request
Solution: Verify the file is a valid .vtt, .pdf, or .docx format and ensure the file contains actual conversation data. Try re-uploading if needed.
409 Conflict
Solution: Wait for the current snapshot to complete. Check status with get_snapshot_status. You can only process one snapshot at a time per mind.
Next Steps
Your AI assistant can continue other work while the snapshot processes. It will automatically check the status and notify you when training is complete.
