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.

Changes

No recorded changes to this endpoint across all 1 revision of this API.