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
channel-id
The plain channel ID to create a HTML transcript for.
Headers
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.
Request Example
Response Example
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