Notes
Create Note from Audio
Create a new note from an uploaded audio file (Enterprise only)
POST
This endpoint is available only for Enterprise plan users.
Request Body
The URL of the uploaded audio file (obtained from Generate Audio Upload
URL)
Optional title for the note
Optional calendar event ID to associate with the note
Optional folder ID to place the note in
Response
The ID of the created note
Usage Flow
- First, call Generate Audio Upload URL to get a presigned URL
- Upload your audio file to the presigned URL using a PUT request
- Call this endpoint with the
audioUrlreturned from step 1
postprocessing and will be processed asynchronously. Once processing is complete, the note will contain the transcript and AI-generated summary.