Quickstart
Get up and running with aiOla’s Speech AI in under 5 minutes. This guide will walk you through your first speech-to-text transcription using our SDKs.
What you’ll build
In this quickstart, you’ll transcribe an audio file into text using aiOla’s Speech-to-Text API. By the end, you’ll have a working example that you can expand upon.
Step 1: Get your API key
First, you’ll need an aiOla API key. If you don’t have one yet, sign up for an account to get started.
Keep your API key secure and never expose it in client-side code or public repositories.
Step 2: Install the SDK
Choose your preferred language and install the aiOla SDK:
Step 3: Set up authentication
Create a new file and set up authentication with your API key:
For a comprehensive understanding of aiOla’s authentication system, security best practices, and advanced token management, see our Authentication Guide.
Step 4: Transcribe your first audio file
Now let’s transcribe an audio file. Make sure you have an audio file ready (supported formats: WAV, MP3, FLAC, and others):
Step 5: Run your code
Save your file and run it:
You should see the transcription of your audio file printed to the console!
Complete example
Here’s the complete working example:
What’s next?
Congratulations! You’ve successfully transcribed your first audio file with aiOla. Here’s what you can explore next:
Core Features
SDKs & Resources
Browser Examples
Building a web application? Check out our complete browser example:
- Browser Microphone Streaming - Full web app showing real-time microphone transcription in the browser
Need help?
- Check out our detailed guides for more advanced use cases
- Browse the SDK repositories for additional examples
- Join our developer community for support and discussions
Ready to build something amazing with speech AI?