Sapling Logo

Language model toolkit for developers and businesses

Sapling sits on top of enterprise workspaces and messaging platforms to provide real-time suggestions that improve communication.

Trusted by
  • Nasdaq-100 Software Co.
  • Top 3 training data provider
  • Public asset management firm
  • Fortune 50 Healthcare Co.
For developers

Integrate in a few lines

Grammar, autocomplete, AI detection, paraphrasing, and sentiment — one HTTP request away, with client libraries for Python and JavaScript.

Python

edits.py
from sapling import SaplingClient

API_KEY = '<YOUR_API_KEY>'
client = SaplingClient(api_key=API_KEY)
edits = client.edits('Lets get started!', session_id='test_session')

JavaScript

edits.js
const res = await fetch('https://api.sapling.ai/api/v1/edits', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    key: '<YOUR_API_KEY>',
    text: 'Lets get started!',
    session_id: 'test session',
  }),
});
const { edits } = await res.json();

cURL

Terminal
curl -X POST https://api.sapling.ai/api/v1/edits \
     -H "Content-Type: application/json" \
     -d '{
        "key": "<api-key>",
        "text": "Lets get started!",
        "session_id": "test session"
     }'
Integrations

Best-in-class platform and library support

Sapling provides integrations with popular messaging and CRM platforms such as ServiceNow, Salesforce, Zendesk, Amazon Connect, and Twilio Flex. The Sapling SDK supports most editors and platforms.

Zendesk ServiceNow Salesforce LinkedIn Gmail
TinyMCE CKEditor Quill Prosemirror Tiptap
Enterprise

Ready for regulated teams

Enterprise security

Private cloud with TLS and AES-256 encryption, plus PII redaction. Learn more.

Identity management

Single Sign-On (SSO), SCIM, and Multi-Factor Authentication (MFA).

Fast setup

Start with a few lines of code. Self-hosted deployment is available.

Ready to try Sapling for free?

No card required, cancel anytime. Start with the API, or install the extension and see suggestions in the tools you already use.

Rolling this out to a team? Contact us.