Skip to main content
POST
Register a completed upload.

Authorizations

Authorization
string
header
required

The access_token from the exchange endpoint.

Body

application/json
upload_id
string<uuid>
required
account_username
string
required
filename
string
required
size_bytes
integer
required
Required range: x >= 1
checksum_sha256
string | null
Pattern: ^[0-9a-f]{64}$
storage_path
string

Response

Upload synced.

schema
string
required
Allowed value: "1.0"
upload_id
string
required
status
string
required
Allowed value: "synced"