---
title: "Add To Dropbox"
method: POST
path: "/v1/api/integration/dropbox"
tags: ["integration"]
---

# Add To Dropbox

`POST /v1/api/integration/dropbox`

Uploads a file or zip to Dropbox. Requires API key and Dropbox Oauth token.

## Request body

- AddToDropbox
  - `id` integer, required
  - `file_id` integer, nullable
  - `zip` boolean, nullable
  - `type` string, nullable
  - `dropbox_token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

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