Skip to main content
POST
Append Media Upload
Upload one segment of a chunked file. Call this after POST /2/media/upload/initialize. Keep each segment at or below 5 MB (server maximum is 8 MB). segment_index starts at 0. See the chunked upload quickstart.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required
Pattern: ^[0-9]{1,19}$

Body

media
required

The media chunk to upload.

segment_index
integer
required

The index of this segment in the upload sequence.

Required range: 0 <= x <= 999

Response

The request has succeeded.

data
object
errors
object[]