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: Install the SDK

pip install fennec-asr
Let’s write a simple script to send a URL to the API.

Step 3: Transcribe!

from fennec_asr import FennecASRClient
print(FennecASRClient(api_key="YOUR_API_KEY").transcribe_url("https://upload.wikimedia.org/wikipedia/commons/3/3f/En-History_of_Corpus_Christi%2C_Texas.ogg"))
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.