Dropbox

api.dropboxapi.com

Community

Dropbox is a cloud file storage and synchronization service. The API lets you upload, download, organize, search, and share files and folders stored in a user's Dropbox account programmatically.

Auth

oauth2

Pricing

free

Spec version

1.0

Base URL

https://api.dropboxapi.com

Crawl failures

1

Last verified

2026-03-01T11:07:33.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

create_folder

storage

Create a new folder at the specified path in the user's Dropbox.

Detail: https://api.dropboxapi.com/capabilities/create_folder

download_file

storage

Download a file from Dropbox by its path or ID. The file content is returned in the response body.

Detail: https://api.dropboxapi.com/capabilities/download_file

list_folder

storage

List the contents of a folder in Dropbox, returning metadata for each file and subfolder.

Detail: https://api.dropboxapi.com/capabilities/list_folder

search_files

storage

Search for files and folders in a user's Dropbox by filename or content query string.

Detail: https://api.dropboxapi.com/capabilities/search_files

share_file

storage

Create a shared link for a file or folder so that others can access it via URL.

Detail: https://api.dropboxapi.com/capabilities/share_file

upload_file

storage

Upload a file to Dropbox at a specified path. Supports files up to 150 MB; for larger files, use upload sessions.

Detail: https://api.dropboxapi.com/capabilities/upload_file

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Dropbox
Description: Dropbox is a cloud file storage and synchronization service. The API lets you upload, download, organize, search, and share files and folders stored in a user's Dropbox account programmatically.
Auth: oauth2
Capabilities:
  - create_folder: Create a new folder at the specified path in the user's Dropbox.
  - download_file: Download a file from Dropbox by its path or ID. The file content is returned in the response body.
  - list_folder: List the contents of a folder in Dropbox, returning metadata for each file and subfolder.
  - search_files: Search for files and folders in a user's Dropbox by filename or content query string.
  - share_file: Create a shared link for a file or folder so that others can access it via URL.
  - upload_file: Upload a file to Dropbox at a specified path. Supports files up to 150 MB; for larger files, use upload sessions.