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
string
required
The file extension of the audio file (e.g.,
m4a, mp3, wav, aac)number
required
Duration of the audio file in seconds (maximum 4 hours / 14400 seconds)
Response
string
The presigned URL to upload the audio file using PUT request
string
The final URL where the audio will be accessible after upload
string
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.