RubanTools

Discord Embed Generator

Build Discord embeds visually - fill the form, see a live preview, and copy the JSON for your webhook or bot.

Embed Settings

Fields
Discord Preview
JSON Output

Discord Embed FAQ

POST the JSON to your Discord webhook URL with Content-Type: application/json. The payload must have an embeds array: {"embeds": [{...embed object...}]}. You can add up to 10 embeds per message. You can also add a content field for the regular message text above the embed.

The color field is a decimal integer, not a hex string. Convert your hex color: parseInt("5865F2", 16) = 5793266. This tool does the conversion automatically. The left border of the embed shows this color.

Embed title: 256 chars. Description: 4096 chars. Field name: 256 chars. Field value: 1024 chars. Footer: 2048 chars. Author name: 256 chars. Max 25 fields per embed. Total embed character limit: 6000 chars across all fields. Max 10 embeds per message.