Get it
Downloadrecnote-api.postman_collection.json
from this docs site, then in Postman: Import → File.
Configure
Open the collection → Variables tab → set:| Variable | Value |
|---|---|
baseUrl | https://api.recnote.ai |
apiKey | your rec_sk_... key |
Authorization: Bearer {{apiKey}}
automatically.
What’s inside
- Verify key (ping) — sanity check.
- Transcribe audio — pick a file on the
fileform field, send. - Note from audio (one-shot) — audio → transcript + note.
- Note from transcript (JSON) — text → note.
- Note with custom template — pass
templateSections. - Chunked — 1/2/3 — open session (auto-saves
sessionId), upload chunks, generate. Run in order; the session id is captured for you.
For file requests, click the request → Body → form-data → select a local
audio file on the
file row before sending.