Skip to main content
The ConfirmUploadResponse type is returned by the confirmUpload mutation. It indicates whether the upload confirmation was successful and transcription has been queued.
success
Boolean
Indicates whether the confirmation was successful and transcription has been queued for processing.
meeting_id
String
The unique identifier for the meeting that was confirmed.
message
String
A message describing the result of the confirmation operation.

Example Response

{
  "success": true,
  "meeting_id": "abc123def456",
  "message": "Audio upload confirmed. Transcription has been queued."
}

Additional Resources