Channel Transcript

The Channel Transcript Endpoint allows you to create a HTML transcript of a Discord channel. It puts together the last 500 messages in a clean and readable format, making it perfect for viewing the messages of a channel even if it has been deleted.

Basic Info

  • URL: https://api.erensko.xyz/v1/transcript

  • Method: POST

  • Description: Creates a HTML transcript of a Discord channel.

URL Params

Key
Value

channel-id

The plain channel ID to create a HTML transcript for.

Headers

Key
Value

Authorization

Your own personal API key, create one by clicking here.

bot-token

The plain token of your Discord bot inside of the server which the channel is created in. It must have permission to read messages in the selected channel.

We require your Discord bot token to authenticate and send requests to Discord on your behalf, and your token is never shared, ensuring your privacy and safety.

Request Example

POST https://api.erensko.xyz/v1/transcript?channel-id=1296236093242478665

Response Example

{
  "success": "true",
  "url": "https://api.erensko.xyz/transcripts/1296236232242478665-j78eE.html"
}
  • This endpoint only retrieves the latest 500 messages of a channel.

  • Your bot must have permissions to view the channel in order to create the transcript.

  • If you would like a transcript to be deleted, please contact us via here.

Last updated