Generates a presigned URL for uploading audio files.
public_id
from the previously created recording session is required. Optionally, users can provide auto_scribe_template_public_id
to automatically start scribing upon upload completion. Users can set up webhooks to receive notifications when the scribing process is complete. View Webhook Docs
recording_session_public_id
(string) - The public ID of the recording session.auto_scribe_template_public_id
(string, optional) - The public ID of the the scribe template to use for automatic transcription. If provided, the scribing process starts automatically after upload completion..flac
, .mp3
, .mp4
, .mpeg
, .mpga
, .m4a
, .ogg
, .wav
, .webm
Additionally, you can upload a .zip
file containing multiple audio files. The system will automatically process and transcribe each file inside the archive.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
API versioning is required. Include the header X-API-Version
with current version value in all requests.
"v1"
Presigned URL generated successfully.
The response is of type object
.