---
title: "POST /silo/v1/spool"
method: POST
path: "/silo/v1/spool"
---

# POST /silo/v1/spool

`POST /silo/v1/spool`

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

## Request body

- object
  - `data` string, byte — Base64 encoded binary data.
  - `name` string — File name associated with the data.
  - `type` string — MIME Type of the data

## Response `200`

OK

- SiloUploadTempFileResponse
  - `key` string — Use this key to download the file again later.

---

[API](https://skmtc.net/invopop/apis/access-service-api.md) · [All operations](https://skmtc.net/invopop/apis/access-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invopop/access-service-api/versions/fc954f96ea62/schema)
