Integration guide
1. Create an HTTP Request node
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:
4. Done! For other API parameters, visit the Documentation