APIs
Chat Transcript API
The Chat Transcript API allows you to retrieve the full chat history and associated metadata for a specific conversation using its unique chat id.
To access this endpoint, include an Authorization header with a valid Bot API key.
- To create an API key, go to Connect → API Keys in the Kindly Platform.
- Ensure the key has the "Read chats" scope.
The REST endpoint is https://bot.kindly.ai/api/v1/chats/{chatId}.
You can also find ready-to-use URLs for these transcripts in:
Shell
1curl -s -H 'Authorization: Bearer API_KEY' https://bot.kindly.ai/api/v1/chats/CHAT_ID
Check out a full implementation example (in Python) here.
Updated 30 Apr 2025

Did this page help you?