Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Query Parameters

url
string<uri>
required
Maximum string length: 4096

Body

application/json
duration_seconds
integer<int64>
default:86400

Signed URL lifetime in seconds. The maximum is seven days.

Required range: 1 <= x <= 604800
scope
string[] | null

Omit for read. The only supported scope is read.

Maximum array length: 1

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/ExecutionEnvelopeFileSignedURL.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.