Buckets

Create a download session

POST/v1/workspaces/{workspaceId}/buckets/{bucketId}/download-sessions

Returns a signed GET. Bytes come from the store.

Authentication

Send your Spark API key with every request. The value is the full bearer token Spark returned when you created the key. See Authentication.

Authorization: Bearer <SPARK_API_KEY>

Path parameters

workspaceId

string

The workspace id.

bucketId

string

The storage bucket id.

Request body

key

string

Object key.

versionId

string (optional)

Optional version id.

Was this page helpful?