Quickstart
Step 1: Sign Up & Get Your API Key
- Visit the platform and sign up for an account or log in if you already have an account.
- Navigate to
API Keytab in your account dashboard. - Create a new API Key and copy it.
- Export the API Key in your environment with the name
SMALLEST_API_KEY, ensuring that your application can access it securely for authentication.
Step 2: Install Dependencies
To install the required library:
Step 3: Make Your First API Call
Here is a basic example of how to use Python to transcribe an audio file:
Replace YOUR_API_KEY with the API key you obtained in Step 1.
Step 4: Explore More Features
- Real-Time Transcription: Stream audio via WebSocket for live transcription.
- Speaker Diarization: Identify and label different speakers in multi-speaker audio.
- Word Timestamps: Get precise timing information for each word.
- Emotion Detection: Analyze emotional tone in transcribed speech.
For detailed documentation on all available features and endpoints, visit our API Reference.
Need Help?
If you have any questions or need assistance, please contact our support team at support@smallest.ai.

