v1

latestOpenAPI 3.0.0Apache 2.02026-07-267057121.5 KB

Upload temporary file data to the silo spool. Requires 'enrolled' scope.

post/silo/v1/spool

Request body

datastring byte

Base64 encoded binary data.

namestring

File name associated with the data.

typestring

MIME Type of the data

Example request

{
  "name": "invoice.xml",
  "type": "application/xml"
}

Response

OK

keystring

Use this key to download the file again later.