Note Taker API
The Note Taker API turns an audio file into a structured meeting note. Submit audio to /audio2dialog to get a speaker-labeled dialog transcript, then submit that dialog to /dialog2meeting to get a Markdown + DOCX meeting note.
Endpoints
- POST /audio2dialog — Upload audio, receive a speaker-labeled dialog transcript.
- POST /dialog2meeting — Submit a dialog, receive a structured meeting note.
- Polling task status — How to poll both async endpoints.