Quick Start
Make your first Scribeberry API call in under 5 minutes.
1. Get Your API Key
Sign up for free → or log in → to the Scribeberry Console. Once you've created a project, go to Settings → API Keys to generate a sandbox key (starts with sk_test_).
ℹ️ Info: Sandbox keys are free for development and testing. They work against our sandbox environment with no billing. No credit card required.
2. Install the SDK
3. Initialize the Client
4. List Available Templates
Templates define the structure of generated notes (SOAP notes, H&P, progress notes, etc.).
5. Generate Your First Note
6. What's Next?
You just generated a structured clinical note from raw conversation text. Here's what to explore next:
| Guide | Description |
|---|---|
| Authentication | API keys, temporary tokens, and security best practices |
| Templates | Create custom templates for your specialty |
| Realtime Transcription | Stream live audio for instant transcription |
| Error Handling | Handle errors gracefully in production |
⚠️ Warning: Never expose your API key in client-side code. For browser-side realtime transcription, use temporary tokens instead.