Buckets

Complete an upload session

POST/v1/workspaces/{workspaceId}/buckets/{bucketId}/upload-sessions/{sessionId}/complete

Publishes the object after a successful signed PUT.

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.

sessionId

string

The upload session id.

Was this page helpful?