Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /api/v1/transcriptions
file
wav
mp3
m4a
ogg
webm
language
curl -X POST https://api.recnote.ai/api/v1/transcriptions \ -H "Authorization: Bearer $RECNOTE_API_KEY" \ -F "file=@consultation.wav" \ -F "language=sv"
{ "transcript": "Patienten söker för..." }