---
title: "Create signed upload URL"
method: POST
path: "/signed_upload_urls"
tags: ["Signed upload URLs"]
---

# Create signed upload URL

`POST /signed_upload_urls`

## Request body

- object
  - `signed_upload_url` object, required
    - `file_name` string, required — The name of the file
    - `file_type` 'image' | 'csv_card_import' | 'csv_user_import' — The type of file

## Response `200`

OK

- object
  - `signed_upload_url` string, uri, required — A signed url to upload the file. The file can be uploaded by sending a POST request to this url.
  - `file_name` string, required — The file name.

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable Content

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
