APIs

Chat Transcript API

Introduction

The Chat Transcript API allows you to retrieve the full chat history and associated metadata for a specific conversation using its unique chat id.

Authorization

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.

Endpoint

The REST endpoint is https://bot.kindly.ai/api/v1/chats/{chatId}.

You can also find ready-to-use URLs for these transcripts in:

Example

Shell


Check out a full implementation example (in Python) here.