Notes
Generate Audio Upload URL
Generate a presigned URL for uploading an audio file (Enterprise only)
POST
This endpoint is available only for Enterprise plan users.
Request Body
The file extension of the audio file (e.g.,
m4a, mp3, wav, aac)Duration of the audio file in seconds (maximum 4 hours / 14400 seconds)
Response
The presigned URL to upload the audio file using PUT request
The final URL where the audio will be accessible after upload
The content type to use when uploading the file
Usage
After receiving the presigned URL, upload your audio file:audioUrl with the Create Note from Audio endpoint.