Skip to main content
POST
Append Chat Media Upload

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

conversation_id
string
required

The XChat conversation the upload belongs to.

media
required

The media segment bytes: base64-encoded in JSON bodies, raw bytes in multipart bodies.

media_hash_key
string
required

The media hash key returned by the initialize step.

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[]