Ticket Transcript

Ticket Transcript

Generate and host ticket transcripts for BDFD bots. Closes tickets and serves a permanent transcript URL.

Overview

Create and retrieve Discord ticket transcripts. Messages are formatted into a .txt transcript with Discord usernames and display names resolved server-side via the Discord API. Stored in MongoDB and served as plain text. The POST endpoint requires authentication, while the GET endpoint is public.

Auth required + No auth required

Authentication

Include your API key in the Authorization header as a Bearer token with the BDTools- prefix for authenticated endpoints.

// Authorization header format
Authorization: Bearer BDTools-YOUR_API_KEY_HERE

Rate Limits & Restrictions

  • POST /ticket-transcript is not rate limited.
  • GET /t/{hash} is public and requires no authentication.
// Base URL for transcript creation
https://api.bdtools.xyz
Copied!