FAQ
How do I send a Discord embed?
Copy the JSON here, then POST it to a channel webhook URL (Server Settings → Integrations → Webhooks) or send it from a bot via the API. Paste it into your webhook tool’s content/JSON field.
Why does my embed color not work?
Discord expects the embed color as a decimal integer, not a hex code. This tool converts it for you — for example #5865F2 becomes 5793266 in the JSON.
What are the Discord embed limits?
Title 256, description 4096, each field name 256 and value 1024, footer 2048, author 256, up to 25 fields, and a combined total of 6000 characters across the embed. The counter here warns you when you go over.
Can I upload an image to the embed?
Not through JSON — the image and thumbnail take a public URL. Host your image somewhere Discord can load it and paste the link into the Image or Thumbnail field.