Skip to main content
TELM
Features
Use Cases
Pricing
Blog
Login
Add to group
Toggle theme
Current language: English
Add to group
Toggle theme
Current language: English
Help Center
Integrations & API
Integrations & API
REST API, webhooks and integration guides.
REST API — automate Telm from your own code
Use the Telm REST API to check text for spam, manage groups, rules and settings, pull analytics and register webhooks. Bearer auth, rate limits and quotas.
Webhooks — real-time moderation events in your systems
Subscribe to Telm webhooks for spam detections, bans, kicks, mutes and join or leave events on your own URL. Signed with HMAC-SHA256 and retried. Pro+.
API authentication — Telm API keys and Bearer tokens
How to authenticate with the Telm REST API: create a tk_live_ key, send it as a Bearer token, understand its access, and revoke or rotate leaked keys.
Webhook events reference — Telm real-time events and HMAC
Full reference for Telm webhook events: spam.detected, user.banned, user.kicked, user.muted, user.joined and more. Payloads, headers and HMAC signatures.
API rate limits and quotas — daily and per-minute
Understand the two Telm API limits: a per-minute rate limit and a daily quota by plan. Read the X-Quota headers and handle 429 responses correctly.
Batch spam check API — score up to 20 texts per request
Use the Telm batch spam-check endpoint to score up to 20 texts in one call. Request and response format, per-item verdict fields, quota cost and size limits.