One API.
More Less tokens.
Lower bills.

Send any content. Get back a trimmer version that does the same job with fewer tokens.

Avg. reduction
−68%
P50 latency
147ms
Lossless on intent
99.4%
POST /v1/trim · bearer ltk_••••
compressing
input3,184
tok
<article class="prose">
  <h1>Welcome to our brand new docs</h1>
  <p>This extensive guide will help you learn
  about all of the APIs that are available.</p>
  <ul>
    <li>Auth</li>
    <li>Rate limits</li>
  </ul>
</article>
output0
tok
saved
2,247 tok
ratio
−71%
latency
112 ms
$ saved
$0.011
200 OK
# request
curl https://api.leantokn.com/v1/trim \
  -H "Authorization: Bearer ltk_••••" \
  -H "Content-Type: application/json" \
  -d '{
    "input": "<html>…</html>",
    "type":  "html"
  }'

# response
{
  "result":  "# Welcome\n\nThis guide…",
  "type":    "html",
  "stats": {
    "input_tokens":    3184,
    "output_tokens":   937,
    "tokens_saved":    2247,
    "savings_percent": 71
  }
}
verified · openapi.json· v2026.05⎘ copy

Plug in. Watch your bill shrink.

1M tokens free, no card. Drop one line in front of any model call. If we don't save you money, the bill is on us.