Skip to main content
POST
This endpoint is available only for Enterprise plan users.

Request Body

string
required
The URL of the uploaded audio file (obtained from Generate Audio Upload URL)
string
Optional title for the note
string
Optional calendar event ID to associate with the note
string
Optional folder ID to place the note in

Response

string
The ID of the created note

Usage Flow

  1. First, call Generate Audio Upload URL to get a presigned URL
  2. Upload your audio file to the presigned URL using a PUT request
  3. Call this endpoint with the audioUrl returned from step 1
The note will be created with status postprocessing and will be processed asynchronously. Once processing is complete, the note will contain the transcript and AI-generated summary.