Get started in five minutes

Step 1: Get your API Key

Your API key is used to authenticate your requests. Follow this link to grab your first API key.

Step 2: Grab an audio file

Step 3: Install the SDK

pip install fennec-asr

Step 4: Transcribe!

from fennec_asr import FennecASRClient
print(FennecASRClient(api_key="YOUR_API_KEY").transcribe_file(r"sample.mp3"))
Don’t want to use the SDK? See the example code below:

Next Steps

Now that you’ve completed your first transcription, you can explore the API’s more powerful features.