Skip to main content
POST
Complete 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 used in the Coworld manifest.

status
enum<string>
required

Current bundle processing status.

Available options:
ready,
expanding,
failed,
pending
detail
string | null

Failure details when processing did not succeed.