SpotDraft

SpotDraft

API integration

Expand your

Default

integrations with the

SpotDraft

API integration.

Perform all CRUD operations through our Proxy and Unified APIs.

Perform all CRUD operations through our Proxy and Unified APIs.

Trusted by world-class product and engineering teams

  • Claira
  • Senja
  • springworks
  • TruvaAI
  • Sprinto
  • Dos&Co
  • Spendflo
  • Dos&Co
  • ZenAdmin
  • Cloudficient

Trusted by world-class product and engineering teams

  • Claira
  • Senja
  • Springworks
  • TruvaAI
  • Sprinto
  • SaaSMonk
  • Spendflo
  • Dos&Co
  • ZenAdmin
  • Cloudficient
  • Findr

superAI

Comprehensive SpotDraft AI Agent toolset with fine-grained access control and MCP Server capabilities. SpotDraft MCP Servers works seamlessly with Cursor and Claude AI editors for immediate consumption. Integrates with all popular LLM frameworks including LangChain and PyDantic for advanced AI orchestration.

list_all_spotdraft_template_metadata

Get the list of fields required to create a contract with a given template in SpotDraft. Returns att…

create_a_spotdraft_role_member

Add members to a role in SpotDraft using role_id and user_ids_to_add. Returns the added members with…

delete_a_spotdraft_role_member_by_id

Delete role members by removing user_ids_to_remove from the role identified by role_id in SpotDraft.…

list_all_spotdraft_roles

Get active roles in the current workspace in SpotDraft. Returns id, name, and description of each ro…

list_all_spotdraft_users

Get all users in SpotDraft. Returns fields id, first_name, last_name, email, and designation for eac…

create_a_spotdraft_user

Create and invite a user with email, first_name, last_name, designation, and role_ids in SpotDraft.…

create_a_spotdraft_user_tasks_list

Create a user task list in SpotDraft with assignees, title, contract_id, due_date, due_date_key_poin…

list_all_spotdraft_key_pointers

Get all key pointers for the Organization in SpotDraft. Requires contract_type_id. Returns id, descr…

list_all_spotdraft_counter_party_contacts

Get list of counterparty contacts for counterparty_id in SpotDraft. Returns id, name, email, and is_…

create_a_spotdraft_counter_party_contact

Create a counterparty contact with email, name, and is_primary for counterparty_id in SpotDraft. Ret…

delete_a_spotdraft_counter_party_contact_by_id

Delete a counterparty contact by counterparty_id and id in SpotDraft. Returns no content on success.…

update_a_spotdraft_counter_party_contact_by_id

Update counterparty contact with counterparty_id and id in SpotDraft. Returns updated contact fields…

list_all_spotdraft_counter_party_addresses

Get list of counterparty addresses for counterparty_id in SpotDraft. Returns id, line_one, city_name…

update_a_spotdraft_counter_party_address_by_id

Update counterparty address with counterparty_id and id in SpotDraft. Returns updated address fields…

create_a_spotdraft_counter_party_address

Create a counterparty address in SpotDraft with required parameters city_name, country_name, and lin…

get_single_spotdraft_counterparty_by_id

Get details of a counterparty by id in SpotDraft. Returns id (unique identifier), name (unique withi…

create_a_spotdraft_counterparty

Create a counterparty in SpotDraft with required details including is_individual, contact_email, con…

list_all_spotdraft_counterparties

Get the list of counterparties in SpotDraft. Returns id, name, is_individual, contacts (id, name, em…

update_a_spotdraft_counterparty_by_id

Update counterparty details with id in SpotDraft. Requires name, brand_name, and custom_fields. Retu…

list_all_spotdraft_contract_notes

Get all notes associated with the contract in SpotDraft. Requires contract_id of the form T-123 or H…

update_a_spotdraft_contract_note_by_id

Update a contract note with contract_id and id in SpotDraft. Returns updated note fields: id, text,…

create_a_spotdraft_contract_version

Upload a new contract version for contract_id in SpotDraft. Returns the uploaded contract_version de…

create_a_spotdraft_contract_activity_log_comment

Add comment to contract activity log with contract_id. Returns comment content, contract_id, comment…

list_all_spotdraft_contract_activity_log_comments

Get comments for a contract in SpotDraft using contract_id. Returns id, contract_id, comment text, a…

list_all_spotdraft_contract_recipient_links

Get recipient link for contract with contract_id and recipient_email in SpotDraft. Returns link deta…

list_all_spotdraft_contract_recipients

Get list of all recipients for a contract in SpotDraft using composite_id. Returns recipient details…

update_a_spotdraft_contract_key_pointer_by_id

Update the specified key pointer value for a contract in SpotDraft. Requires contract_id and id. Ret…

list_all_spotdraft_contract_key_pointers

Get list of key pointers for a given contract in SpotDraft. Requires contract_id of the form T-123 o…

create_a_spotdraft_contract_approval

Create and send adhoc approvals for a contract in SpotDraft using contract_id and approvals array. R…

get_single_spotdraft_contract_approval_by_id

Get contract approvals for contract_id in SpotDraft. Returns approval details including id, approval…

get_single_spotdraft_clickwrap_consent_status_by_id

Get consent status for a user identified by user_identifier for a specific clickwrap in SpotDraft. R…

create_a_spotdraft_clickwrap

Create a clickwrap contract in SpotDraft using clickwrap_public_id, user_identifier, and clickwrap_i…

get_single_spotdraft_clickwrap_by_id

Get clickwrap details by clickwrap_public_id in SpotDraft. Returns id, name, description, created_by…

list_all_spotdraft_contract_type_entities

Get the list of contract type entities for contract_type_id in SpotDraft. Returns entity_id, entity_…

list_all_spotdraft_contract_types

Get list of contract types in SpotDraft. Returns id and name of each contract type.…

delete_a_spotdraft_webhook_secret_by_id

Delete a webhook secret by id in SpotDraft. Requires id.…

get_single_spotdraft_webhook_secret_by_id

Get the Base64 encoded webhook secret key in SpotDraft. Returns the hmac_key field which is the Base…

create_a_spotdraft_webhook_secret

Create a webhook in SpotDraft with title, url, and only_for_activities parameters. Returns webhook i…

get_single_spotdraft_template_metadatum_by_id

Get the list of fields required to create a contract with a given template in SpotDraft. Returns att…

update_a_spotdraft_template_by_id

Update template data for a contract template in SpotDraft using id. Returns id, name, contract_type_…

list_all_spotdraft_contracts

Get a list of contracts in SpotDraft filtered by client_email_address or client_name. Returns id, cr…

create_a_spotdraft_contract

Create a contract in SpotDraft with contract_template_id and counter_party_details. Returns contract…

get_single_spotdraft_template_by_id

Get details for a contract template by id in SpotDraft. Returns id, name, tags, and contract_type_id…

list_all_spotdraft_templates

Get list of published templates in SpotDraft. Returns items array with id, name, and contract_type_i…

list_all_spotdraft_organization_types

Get all organization types for a jurisdiction in SpotDraft. Requires jurisdiction_iso_code. Returns…

list_all_spotdraft_organization_entities

Get all entities associated with the organization in SpotDraft. Returns id, name, reference_id, juri…

create_a_spotdraft_organization_entity

Create an entity with name, reference_id, jurisdiction_iso_code, organization_type_id, primary_addre…

Enhanced

SpotDraft

with AI Capabilities

AI Agent Toolset

AI Agent Toolset

MCP Server capabilities for seamless AI tool calling across all integration APIs

MCP Server capabilities for seamless AI tool calling across all integration APIs

Fine-Grained Control

Fine-Grained Control

Granular access control for all operations with custom method support

Granular access control for all operations with custom method support

Unlimited Customization

Unlimited Customization

Customize tool descriptions and parameters down to the finest detail for a workflow that feels built for you.

Customize tool descriptions and parameters down to the finest detail for a workflow that feels built for you.

Developer-First

Developer-First

Integrate with MCP clients like Cursor and Claude, or use frameworks like Langchain

Integrate with MCP clients like Cursor and Claude, or use frameworks like Langchain

Unified APIs for

SpotDraft

Skip writing code for every integration. Save time by using Truto's category-specific Unified APIs. You can use the schema we provide out of the box or customize and override the mappings to suit your needs with AI.

Roles

The Role object represents a role of a User.

Unified User Directory API

Users

The User object represents a User.

Unified User Directory API

Users

The User object is used to represents a User

Unified E-Signature API

Workflows

The Workflow object is used to represent automations configured in the e-sign application.

Unified E-Signature API

Templates

The Template object is used to represent templates cofnigured for various entities like Documents, messages, etc.

Unified E-Signature API

Documents

The Document object is used to represent documents of e-signature.

Unified E-Signature API

Fields

Fields represent the attributes defined for various entities in the underlying product. Depending on the underlying product, custom attributes can be defined by a User on various entities like Templat…

Unified E-Signature API

Field groups

Represents a group of fields in an E-Signature.

Unified E-Signature API

Proxy API for

SpotDraft

Access all of the

SpotDraft

API without worrying about authentication and pagination. 

Truto's Proxy APIs are a 1-to-1 mapping of the

SpotDraft

Default

API.

API call us you

You call us, we call

SpotDraft

and pass the response back in the same cycle.

Access all of the

SpotDraft

API without worrying about authentication and pagination. 

Truto's Proxy APIs are a 1-to-1 mapping of the

SpotDraft

Default

API, you call us

we call

SpotDraft

and pass the response back in the same cycle.

Account Linking

Account Linking

Use Truto's frontend SDK to link your

customer's

SpotDraft

account.

We handle all the OAuth and API key flows. You do not need to create the OAuth app as well.

Account Linking

Account Linking

Use Truto's frontend SDK to link your

customer's

SpotDraft

account.

We handle all the OAuth and API key flows. You do not need to create the OAuth app as well.

Seamless authentication 

Don't spend time refreshing access tokens, and figuring out how to store them securely. We do it for you.

We also sprinkle them into the API requests. So you just have to deal with 1 API key, ours.

Seamless authentication 

Don't spend time refreshing access tokens, and figuring out how to store them securely. We do it for you.

We also sprinkle them into the API requests. So you just have to deal with 1 API key, ours.

Unified response format

Unified response format

Truto follows a single response format for it's Proxy and Unified APIs across all the integrations.

into a unified cursor based pagination and all of the data is always present in the result attribute.

SpotDraft

We translate

pagination

Unified response format

Unified response format

Truto follows a single response format for it's Proxy and Unified APIs across all the integrations.

into a unified cursor based pagination and all of the data is always present in the result attribute.

SpotDraft

We translate

pagination

Get

Get

SpotDraft

SpotDraft

integrated into your app

integrated into your app

without the hassle

without the hassle

Our team understands what it takes to make a unified API implementation successful.

Our team understands what it takes to make a unified API implementation successful.

Boost customer satisfaction

Boost customer satisfaction

When customers can easily integrate their new products into their existing systems, they’re more likely to stick around. It’s just common sense!

Developers

Empower engineers

Who wants to do boring grunt work? Not engineers! By taking care of integrations for them, they’ll have more time to focus on what really matters - making a great product.

Profits

Boost profits 

Optimise developer resources. Truto frees up time and saves money. Say hello to a healthier bottom line!

Wow Experience

Wow your prospects

Say 'Yes' to every integration request your prospects ask you for. Integrations should not deter deal closures.

Powered by AI

Tick Icon

Customize the mappings as you need using AI.

Tick Icon

Build your own unified API from scratch, aided by AI.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

We have been able to dramatically accelerate our GTM timeline by several months as a result of Truto. The devs at Truto worked with us to build a unified API structure with our team so that we have a solid base for future integrations as well. The support has been very quick to respond to our inquiries and provide timely resolutions for our requests.

Josh Benson,

CEO of Omnitrain