Available balance

Usage Statistics

Loading usage data...

Transcribe a file

Integration guide

1. Create an HTTP Request node

n8n HTTP Request node setup

2. Import cURL (your key will be inserted)

curl --request POST \
  --url https://api.nexara.ru/api/v1/audio/transcriptions \
  --header 'Authorization: Bearer YOUR_API_KEY' \
  --header 'Content-Type: multipart/form-data'

3. Select the Parameter Type in the Body Parameters:

n8n Body Parameters setup

4. Done! For other API parameters, visit the Documentation