Skip to content

Transcript V1-mini


Create a Transcript

Creates a simple text file based transcript and sends it directly to discord

POST /api/transcript/v1-mini
Terminal window
https://api.cookie-api.com/api/transcript/v1-mini


URL Parameters
channel_idThe channel to create the Transcript from
to_channel_idThe channel to send the Transcript to
name optional Custom name for the Transcript (Channel name will be used as default)

{
"bot_token": "Your Bot's Token"
}


curl --location 'https://www.cookie-api.com/api/transcript/v1-mini?channel_id=1308823896161648711&to_channel_id=1308823896161648711' \
--header 'Content-Type: application/json' \
--header 'Authorization: API_Key' \
--data '{
"bot_token": "Your Bot Token"
}'

Responses
{
"message": "Transcript sent successfully!",
"success": true
}