Documents
List, retrieve, and download signed documents, and pull recipient status straight into your own systems.
The BeeSign REST API puts documents, templates, forms, and team management behind simple, predictable endpoints — so signatures become a feature of your product, not a tab someone has to remember to check.
curl https://api.beesign.net/v1/documents \ -H "Authorization: Bearer YOUR_API_KEY"
{
"documents": [
{
"id": "BSD-1718049600000",
"contentType": "application/pdf",
"createdAt": "2026-06-10T18:40:00.000Z",
"metadata": { "recipients": "[ ... ]" }
}
],
"count": 1
}Everything you manage in the dashboard is available over the API.
List, retrieve, and download signed documents, and pull recipient status straight into your own systems.
Manage reusable templates programmatically, so the documents your product sends are always up to date.
Create and manage fillable forms for intake and onboarding flows that start in your app and end in a signature.
Administer your organization's members from your own admin panel — provision and deprovision without leaving your stack.
Create and revoke API keys from your dashboard. Authenticate with a single Bearer header — no OAuth dance required.
Plain JSON over HTTPS with resource-oriented URLs and standard status codes. If you've used a REST API, you already know this one.
Every call runs over TLS, scoped to your workspace. Download links are short-lived signed URLs that expire automatically.
Every endpoint documented with copy-paste curl examples, parameters, and real response payloads.
No sales call, no sandbox application. Create an account, generate an API key from your dashboard, and make your first request — the reference docs include a working example for every endpoint.
Start free, generate a key, and send your first request before your coffee gets cold.