Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

A Rafflesia API key, sent as Authorization: Bearer <key>.

Path Parameters

upload_id
string
required
Pattern: ^upl_[0-9a-f]{24}$
part_number
integer<int64>
required
Required range: 1 <= x <= 10000

Body

application/json
checksum
string
required
Required string length: 1 - 128
size_bytes
integer<int64>
required
Required range: x >= 1
etag
string
Maximum string length: 512

Response

OK

ok
boolean
required

Whether the operation succeeded.

provenance
object
required

Execution provenance.

warnings
object[] | null
required

Non-fatal warnings.

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/ExecutionEnvelopeFileUploadSession.json"

data
object

Operation result data. Absent when the operation did not succeed.

error
object

Structured execution error information.

evidence
object

Mechanical evidence summary for agent inspection and chaining.