---
title: "Create upload"
method: POST
path: "/api/v1/upload/"
tags: ["upload"]
---

# Create upload

`POST /api/v1/upload/`

Upload a file. This is the only endpoint that uses multipart/form-data.

## Response `200`

200

- object
  - `id` string, required
  - `teamId` string, nullable
  - `organizationId` string, nullable
  - `iconUrl` string, uri, nullable
  - `thumbnailUrl` string, uri, nullable
  - `url` string, uri, nullable
  - `externalLink` string, uri, nullable
  - `iconPath` string, nullable
  - `thumbnailPath` string, nullable
  - `path` string, nullable
  - `type` 'image' | 'video' | 'document', required
  - `width` number, nullable
  - `height` number, nullable
  - `fileSize` number, nullable
  - `videoLength` number, nullable
  - `mime` string, nullable
  - `ext` string, nullable
  - `createdAt` string, date-time, nullable, required
  - `updatedAt` string, date-time, nullable, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

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