Docs · Build

REST API

A public, token-authenticated REST API is on the roadmap — it is not available yet. Here's what you can build with today, and what's coming.

Current status

Watch out
Not yet live. There is currently no way to mint API tokens, and no public REST endpoints to call. Anything you may have seen elsewhere describing bearer-token API access was premature — this page is the source of truth.

We'd rather ship the API once, with stable contracts, than publish endpoints we'll have to break. The dashboard's internal API is not a public surface — it can and does change without notice, so please don't build against it.

What you can build with today

  • Webhooks (Pro Plus) — HMAC-signed push of conversation and message events to your backend. For most "react to what happens in chat" use cases, this already covers it.
  • WordPress plugin — widget install plus WooCommerce catalog sync into the AI knowledge base, no code required.
  • Telegram and Rocket.Chat notifications — event forwarding into the chat where your team already works.

What the API will cover

The planned v1 surface, in rough priority order: conversations (list, read, change status, assign), messages (append, list), contacts (read, update, GDPR erasure), and knowledge-base articles (create, update, delete). Workspace-scoped bearer tokens, JSON in and out.

Scope and timing may change — that's why none of it is documented as if it exists.

Get notified

If your use case needs the API, tell us about it at support@leadiosa.com — concrete use cases pull features up the roadmap, and we'll email you when the beta opens.