Skip to main content
POST
Request a presigned upload URL for an existing file

Authorizations

X-API-Key
string
header
required

Headers

customer
string
required

Workspace identifier

Path Parameters

id
string
required
projectId
string
required

Query Parameters

branchId
string

Branch rendered by the shared Reader view.

viewId
string

Saved view that granted the external Reader access.

entityId
string

Reachable entity whose rich text or diagram references the file.

Body

application/json
size
number
required

Size in bytes of the replacement content. Overwrites the stored size, which was declared when the record was first minted.

Response

200 - application/json
id
string
required
mime_type
string
required
original_name
string
required
size
number
required
upload_headers
object
required

Headers the client MUST send on the PUT to upload_url. Empty for S3; { "x-ms-blob-type": "BlockBlob" } for Azure Blob. Apply them all.

upload_url
string
required