Interlaken
API referenceStorageBuckets

Upload an object (multipart/form-data: file, key, prefix)

POST
/api/v1/buckets/{id}/objects

Requires the object_storage:create permission.

Streams a multipart upload through the orchestrator into the bucket. Not a JSON body.

Authorization

AuthorizationBearer <token>

An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/buckets/string/objects"
Empty