API Reference Card
All examples use
DISCORD_BOT_TOKEN (a bot token with MESSAGE_CONTENT intent enabled) and MAVERA_API_KEY. Bot must be added to the guild with Read Message History and Read Messages/View Channels permissions. Enable the Message Content Intent in your app’s settings at discord.com/developers.Prerequisites
1
Discord bot application
Create a bot at discord.com/developers/applications. Under “Bot”, enable
MESSAGE CONTENT INTENT and copy the bot token.2
Bot permissions
When generating the invite URL, select:
Read Messages/View Channels, Read Message History. For voice transcripts (Job 2), you’ll need a separate transcription service.3
Guild and Channel IDs
Enable Developer Mode in Discord (Settings → Advanced → Developer Mode). Right-click channels/guilds to copy IDs.
4
Mavera API key
Get your key from Mavera dashboard.
5
Environment variables