Skip to main content
The ConfirmUploadInput type is used as input for the confirmUpload mutation to confirm a direct file upload and start transcription.
meeting_id
String
required
The meeting ID returned from the createUploadUrl mutation. This identifies which upload session to confirm.

Example Input

{
  "meeting_id": "abc123def456"
}

Additional Resources

Confirm Upload

Confirm the upload and start transcription

Create Upload URL

Generate a pre-signed URL for uploads