Skip to main content
method
POST
/api/sessions/confirm
Confirm that files have been uploaded to storage after using signed URLs from upload session. Auth: Agent key or User JWT + X-Team-Id

Request body

session_id
string
required
The session ID
video_uploaded
boolean
Video file was uploaded
audio_uploaded
boolean
Audio file was uploaded
thumbnail_uploaded
boolean
Thumbnail was uploaded
attachments
object[]
Attachment metadata (filename, type, content_type, size_bytes)

Response

success
boolean
required
Confirmation result
video_url
string
Public video URL
audio_url
string
Public audio URL
thumbnail_url
string
Public thumbnail URL
attachments
object[]
Confirmed attachment records