Skip to main content
POST
Request a presigned upload URL

Authorizations

X-API-Key
string
header
required

Headers

customer
string
required

Workspace identifier

Path Parameters

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
mime_type
string
required
original_name
string
required
size
number
required

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