Skip to main content
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

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

Response

boolean
required
Confirmation result
string
Public video URL
string
Public audio URL
string
Public thumbnail URL
object[]
Confirmed attachment records