Ulquiorra Cifer — Transcript API

This API generates Discord-style HTML ticket transcripts and sends them directly into the selected channel.

📌 API Endpoint

POST https://www.ulquiorracifer.xyz/api/transcript

📥 BDFD Usage

$httpPost[https://www.ulquiorracifer.xyz/api/transcript;
{ "botToken":"$getVar[BotToken]", "channelId":"$channelID" }
]

After running this command, the API will generate and upload the transcript file into your Discord channel.

📄 Response

The API responds with:

{ "status": "sent" }

This means the transcript has been successfully delivered.

⚙ Features