Skip to main content
POST
Request replay viewer upload

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Body

application/json
content_hash
string
required

Lowercase SHA-256 hash of the compressed bundle.

Pattern: ^[0-9a-f]{64}$
size_bytes
integer
required

Compressed bundle size in bytes.

Required range: x <= 268435456

Response

Successful Response

bundle
string
required

Bundle reference to use in a Coworld manifest.

upload_url
string | null
required

Temporary upload URL, or null when the bundle already exists.