BoldSign E-Signature API
api.boldsign.com
BoldSign is an e-signature platform that enables sending, signing, and managing documents for legally binding electronic signatures. Use this API to create signature requests, manage templates, track document status, embed signing experiences, and handle contacts and branding at $0.75 per document.
Enable this service
This service is in the catalog but not part of v1 launch billing. To use it, run the command below and provide your own API key in the local config page — the gateway will call it under your account.
api_key
free
1.0
https://api.boldsign.com
May 4, 2026
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 →
Top Capabilities
Most commonly used operations — ready to call without drill-down.
contacts_list
GETList all contacts in your BoldSign account with optional search and pagination.
GET https://api.boldsign.com/v1/contacts/list
Page (integer) — Page number. Default 1.
PageSize (integer) — Items per page. Default 10.
SearchKey (string) — Search by name or email address.
documents_list
GETList all documents in your account with optional filtering by status, date range, and search text.
GET https://api.boldsign.com/v1/document/list
Page (integer) — Page number for pagination. Default 1.
PageSize (integer) — Number of items per page. Default 10, max 100.
Status (string) — Filter by status: 'InProgress', 'Completed', 'Declined', 'Expired', 'Revoked', 'Draft'.
SearchKey (string) — Search by document title, signer name, or email.
StartDate (string) — Filter documents created on or after this ISO 8601 date.
...and 1 more parameters
sender_identities_list
GETList all sender identities configured for your account.
GET https://api.boldsign.com/v1/senderIdentities/list
Page (integer) — Page number. Default 1.
PageSize (integer) — Items per page. Default 10.
All Capabilities (21)
contacts (5)
Create a new contact with name, email, phone, and organization details.
Delete a contact from your account by their contact ID.
Retrieve a specific contact by their contact ID.
List all contacts in your BoldSign account with optional search and pagination.
Update an existing contact's details by their contact ID.
documents (9)
Download the audit trail certificate for a completed document showing all signing activity.
Download the completed signed document as a PDF file.
Retrieve the details and status of a specific document by its document ID.
List all documents in your account with optional filtering by status, date range, and search text.
Send a reminder to pending signers for a specific document.
Revoke a pending document to prevent any further signing activity.
Send a document for e-signature to one or more signers with form fields, reminders, and expiry settings.
Send a document for e-signature using a pre-configured template with role-based signer assignment.
Void a completed document, invalidating the signatures and rendering it non-binding.
embedded (2)
Generate an embedded sending link to embed the document sending UI in your application.
Generate an embedded signing link to embed the signing experience directly in your application.
sender_identities (2)
Create a new sender identity with a name and email for sending signature requests.
List all sender identities configured for your account.
templates (3)
Delete a document template by its template ID.
Retrieve details of a specific template including its roles, fields, and configuration.
List all document templates in your account with optional filtering and pagination.
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: BoldSign E-Signature API
Description: BoldSign is an e-signature platform that enables sending, signing, and managing documents for legally binding electronic signatures. Use this API to create signature requests, manage templates, track document status, embed signing experiences, and handle contacts and branding at $0.75 per document.
Auth: api_key
Capabilities (21 total):
contacts (5):
- contacts_create: Create a new contact with name, email, phone, and organization details.
- contacts_delete: Delete a contact from your account by their contact ID.
- contacts_get: Retrieve a specific contact by their contact ID.
- contacts_list: List all contacts in your BoldSign account with optional search and pagination.
- contacts_update: Update an existing contact's details by their contact ID.
documents (9):
- documents_audit_trail_download: Download the audit trail certificate for a completed document showing all signing activity.
- documents_download: Download the completed signed document as a PDF file.
- documents_get: Retrieve the details and status of a specific document by its document ID.
- documents_list: List all documents in your account with optional filtering by status, date range, and search text.
- documents_remind: Send a reminder to pending signers for a specific document.
- documents_revoke: Revoke a pending document to prevent any further signing activity.
- documents_send: Send a document for e-signature to one or more signers with form fields, reminders, and expiry settings.
- documents_send_from_template: Send a document for e-signature using a pre-configured template with role-based signer assignment.
- documents_void: Void a completed document, invalidating the signatures and rendering it non-binding.
embedded (2):
- embedded_sending_link_get: Generate an embedded sending link to embed the document sending UI in your application.
- embedded_signing_link_get: Generate an embedded signing link to embed the signing experience directly in your application.
sender_identities (2):
- sender_identities_create: Create a new sender identity with a name and email for sending signature requests.
- sender_identities_list: List all sender identities configured for your account.
templates (3):
- templates_delete: Delete a document template by its template ID.
- templates_get: Retrieve details of a specific template including its roles, fields, and configuration.
- templates_list: List all document templates in your account with optional filtering and pagination.
Top capabilities (ready to call):
- contacts_list: GET /v1/contacts/list
- documents_list: GET /v1/document/list
- sender_identities_list: GET /v1/senderIdentities/list