BoldSign E-Signature API

api.boldsign.com

Community

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.

[catalog]Catalog only — enable via gateway with your own API key

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.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.boldsign.com

Last crawled

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

GET

List 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

GET

List 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

GET

List 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)

POSTcontacts_create

Create a new contact with name, email, phone, and organization details.

DELETEcontacts_delete

Delete a contact from your account by their contact ID.

GETcontacts_get

Retrieve a specific contact by their contact ID.

GETcontacts_list

List all contacts in your BoldSign account with optional search and pagination.

PUTcontacts_update

Update an existing contact's details by their contact ID.

documents (9)

GETdocuments_audit_trail_download

Download the audit trail certificate for a completed document showing all signing activity.

GETdocuments_download

Download the completed signed document as a PDF file.

GETdocuments_get

Retrieve the details and status of a specific document by its document ID.

GETdocuments_list

List all documents in your account with optional filtering by status, date range, and search text.

POSTdocuments_remind

Send a reminder to pending signers for a specific document.

POSTdocuments_revoke

Revoke a pending document to prevent any further signing activity.

POSTdocuments_send

Send a document for e-signature to one or more signers with form fields, reminders, and expiry settings.

POSTdocuments_send_from_template

Send a document for e-signature using a pre-configured template with role-based signer assignment.

PATCHdocuments_void

Void a completed document, invalidating the signatures and rendering it non-binding.

embedded (2)

GETembedded_sending_link_get

Generate an embedded sending link to embed the document sending UI in your application.

GETembedded_signing_link_get

Generate an embedded signing link to embed the signing experience directly in your application.

sender_identities (2)

POSTsender_identities_create

Create a new sender identity with a name and email for sending signature requests.

GETsender_identities_list

List all sender identities configured for your account.

templates (3)

DELETEtemplates_delete

Delete a document template by its template ID.

GETtemplates_get

Retrieve details of a specific template including its roles, fields, and configuration.

GETtemplates_list

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