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.

No Signup Required

Uploaders don't need an account. Just a link and a browser.

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" }

Integrations

Use Sendbl wherever your AI agents already work.

MCP Server

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

OpenClaw Skill

Add file exchange capabilities to any OpenClaw-powered workflow.

ChatGPT App

Request and receive files directly inside ChatGPT conversations.