Skip to main content
Version: 1.0.0

SmackChat Public API

Customer-facing SmackChat public API for conversations, messages, users, files, search, and webhook subscriptions.

Production base URL

https://chat.smackdab.ai/chat/v1

Use chat.smackdab.ai for every SmackChat public API request. api.smackdab.ai is a separate Smackdab API gateway and does not accept SmackChat Bearer tokens.

Authentication test

curl --request GET \
--url 'https://chat.smackdab.ai/chat/v1/public/auth/test' \
--header 'Authorization: Bearer smkd_live_YOUR_TOKEN'

Authentication

Smackdab Auth-issued public API token using the smkd_live_... format

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Bearer format:

smkd_api_token