Skip to main content
POST
Confirm a video upload

Authorizations

Authorization
string
header
required

Paste your VTurb API token (vt_...). Sent as Authorization: Bearer <token>.

Path Parameters

id
string
required

Body

application/json
parts
object[]
required

One entry per uploaded part, with the ETag S3 returned for that part's PUT.

Response

The parts are assembled in S3 and the upload is confirmed; the video moves to processing and becomes ready once encoding finishes.

id
string
required
status
enum<string>
required
Available options:
awaiting_upload,
processing,
ready,
expired