---
title: "Initialize large upload"
method: POST
path: "/api/v1/upload/init"
tags: ["upload"]
---

# Initialize large upload

`POST /api/v1/upload/init`

Initialize large upload, you need to initialize a large upload if your file is larger than 90 MB.

## Request body

- object
  - `teamId` string, nullable
  - `fileName` string, required
  - `mimeType` 'image/jpg' | 'image/jpeg' | 'image/png' | 'image/gif' | 'video/mp4' | 'video/quicktime' | 'application/pdf', required

## Response `200`

200

- object
  - `url` string, required
  - `path` string, 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)
