Skip to main content

Upload a transcript

To upload a transcript all you need to do is sending a POST request to the base URL.

Request body

  • Type: object
type Request = {
channel: Channel; // The channel of the ticket
messages: Message[]; // The messages inside of the ticket
};