Skip to main content
PUT
CSharp (SDK)

Authorizations

Authorization
string
header
required

Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.

Headers

X-On-Behalf-Of
string

Optional external end-user identifier forwarded by the API gateway.

Path Parameters

dataset_id
string
required

Body

application/octet-stream

The body is of type file.

Response

Successful Response

Receipt for one dataset object streamed through the API upload endpoint.

key
string
required

The manifest object key the bytes were stored under.

sha256
string
required

Hex SHA-256 digest computed while the upload streamed to the artifact store; verify it before committing.

size_bytes
integer
required

Number of bytes stored.