Exchange docs and files

Request and receive files from anyone through a simple upload link. Create a link, share it, and get notified when files arrive. No accounts needed for uploaders — just a link and a browser.

How It Works

1

Create a Link

Generate a unique upload link via the API with one request.

2

Share It

Send the link to anyone. No signup or app install required.

3

Get Files

Files arrive securely. Download them or process via API.

Features

Request Files

Create a shareable upload link and collect files from anyone, anywhere.

Send Files

Send files to anyone with a one-step presigned URL. No friction.

Sign Up via Google

One-click sign-in with your Google account. No forms or passwords.

AI-Native

Built for AI agents with a clean REST API and MCP server support.

Secure

Presigned URLs, JWT tokens, encrypted storage, and auto-expiring links.

Fast Integration

Simple API with curl examples, OpenClaw skill, and ChatGPT app.

API Quick Start

Request files from anyone with a single API call. You get back a shareable upload link and a request ID to track incoming files.

Request Files
# Create a file request curl -X POST https://api.sendbl.com/v1/requestFiles \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"message": "Please upload the signed contract"}'
Response
{ "request_id": "req_abc123", "upload_url": "https://sendbl.com/u/abc123", "expires_at": "2026-03-27T12:00:00Z" }

Limits

100 MB per file

Maximum size for a single uploaded file.

1,000 files per link

Default 100. Configurable up to 1,000.

30-day max expiry

Links expire in 1 to 720 hours. Default: 3 days.

20 links per month

Per API key. Resets monthly.

Integrations

Use Sendbl wherever your AI agents already work.

MCP Server

Connect directly to Claude, Cursor, and other MCP-compatible agents.

https://api.sendbl.com/mcp

OpenClaw Skill

Add file exchange capabilities to any OpenClaw-powered workflow.

ChatGPT App

Request and receive files directly inside ChatGPT conversations.

MCP Configuration (Claude Desktop / Claude Code)
{ "mcpServers": { "sendbl": { "url": "https://api.sendbl.com/mcp" } } }