Available balance

Usage Statistics

Loading usage data...

Transcribe a file

Integration guide

1. Install the Python SDK:

pip install nexara

2. Transcribe a file (your key is inserted below):

from nexara import Nexara

client = Nexara(api_key="YOUR_API_KEY")

text = client.transcriptions.create(file="audio.mp3").text
print(text)

Done! For all parameters, see the Documentation