Skip to main content
Scoutline allows users to upload evidence directly into a chat thread for real-time analysis.

Sending Files

const file = document.querySelector('input').files[0];
await chat.sendFile(file, 'Analyze this deposition transcript');

Security

Files sent via the SDK are immediately moved to a temporary hardened partition in your S3 Vault and are automatically deleted after the session expires unless explicitly “Pinned” to the matter.